Skip to content

Commit 698c9e2

Browse files
committed
binary path?
1 parent 9af3ac7 commit 698c9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ FROM scratch
4343

4444
ENV TZ=Etc/UTC
4545
ENV ZONEINFO=/zoneinfo.zip
46-
COPY --from=builder-go /bin/aftermath /aftermath
46+
COPY --from=builder-go /bin/aftermath /go/bin/app
4747
COPY --from=builder-go /usr/local/go/lib/time/zoneinfo.zip /
4848
COPY --from=builder-go /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
4949

50-
ENTRYPOINT [ "/aftermath" ]
50+
ENTRYPOINT [ "/go/bin/app" ]

0 commit comments

Comments
 (0)