We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af3ac7 commit 698c9e2Copy full SHA for 698c9e2
Dockerfile
@@ -43,8 +43,8 @@ FROM scratch
43
44
ENV TZ=Etc/UTC
45
ENV ZONEINFO=/zoneinfo.zip
46
-COPY --from=builder-go /bin/aftermath /aftermath
+COPY --from=builder-go /bin/aftermath /go/bin/app
47
COPY --from=builder-go /usr/local/go/lib/time/zoneinfo.zip /
48
COPY --from=builder-go /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
49
50
-ENTRYPOINT [ "/aftermath" ]
+ENTRYPOINT [ "/go/bin/app" ]
0 commit comments