Skip to content

Commit

Permalink
chore: fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 10, 2022
1 parent 40ae9aa commit 44e49f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM scratch

COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY whoami /
COPY whoamitcp /

ENTRYPOINT ["/whoamitcp"]
EXPOSE 80

0 comments on commit 44e49f7

Please sign in to comment.