We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22946a9 commit e6a532fCopy full SHA for e6a532f
Dockerfile
@@ -40,9 +40,9 @@ COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
40
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
41
COPY --from=builder /etc/passwd /etc/passwd
42
43
-COPY --from=builder /go/bin/app /go/bin/app
+COPY --from=builder /go/bin/app /bin/iap_curl
44
45
# Use an unprivileged user.
46
USER app
47
48
-ENTRYPOINT ["/go/bin/app"]
+ENTRYPOINT ["/bin/iap_curl"]
0 commit comments