Skip to content

Commit

Permalink
chore(docker): Updating binary path in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Feb 12, 2020
1 parent 540a84b commit 07d72f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
bin/
release/
scripts/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ARG ARCH

COPY --from=fetcher /app/cacert.pem /etc/ssl/certs/ca-certificates.crt
COPY --from=fetcher /app/zoneinfo.zip /
COPY goweb_${OS}_${ARCH} /goweb
COPY release/goweb_${OS}_${ARCH} /goweb

0 comments on commit 07d72f9

Please sign in to comment.