Skip to content

Commit

Permalink
Merge pull request #7 from zhogov/patch-1
Browse files Browse the repository at this point in the history
Change binary name in Docker image to iap_curl
  • Loading branch information
b4b4r07 authored Jan 27, 2020
2 parents 56d64a6 + e6a532f commit bf3cfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /etc/passwd /etc/passwd

COPY --from=builder /go/bin/app /go/bin/app
COPY --from=builder /go/bin/app /bin/iap_curl

# Use an unprivileged user.
USER app

ENTRYPOINT ["/go/bin/app"]
ENTRYPOINT ["/bin/iap_curl"]

0 comments on commit bf3cfbd

Please sign in to comment.