Skip to content

Commit

Permalink
Remove variable for entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxAmes committed Aug 7, 2024
1 parent 034d6fc commit 4287793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM scratch

ARG BINARY

ADD ${BINARY} /${BINARY}
ADD ${BINARY} /init

ENTRYPOINT [ "/${BINARY}" ]
ENTRYPOINT [ "/init" ]

0 comments on commit 4287793

Please sign in to comment.