Skip to content

Commit

Permalink
fix Dockerfile and correct github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Condeixa committed Nov 19, 2020
1 parent a8c8b4a commit 4823911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN go build -o /app

FROM alpine:3.12
WORKDIR /usr/bin
COPY /static ./static
COPY /templates ./templates
COPY --from=build /app .
EXPOSE 8080
CMD ["app"]
2 changes: 1 addition & 1 deletion templates/bucket.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{ end }}
</section>
<footer>
<small>Bucket Web Client made by Tiago Condeixa <a href="https://github.com/tcondeixa/buckets-web-client">github</a></small>
<small>Bucket Web Client made by Tiago Condeixa <a href="https://github.com/tcondeixa/bucket-web-client">github</a></small>
</footer>
<script type="text/javascript" src="/js/main.js?v=0.1"></script>
</body>
Expand Down

0 comments on commit 4823911

Please sign in to comment.