We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ae9aa commit 44e49f7Copy full SHA for 44e49f7
buildx.Dockerfile
@@ -11,7 +11,7 @@ FROM scratch
11
12
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
13
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
14
-COPY whoami /
+COPY whoamitcp /
15
16
ENTRYPOINT ["/whoamitcp"]
17
EXPOSE 80
0 commit comments