Skip to content

Commit

Permalink
quick dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wright committed May 28, 2024
1 parent 12a0427 commit e849186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM scratch

ARG BINARY_NAME

COPY ${BINARY_NAME} /app
COPY /${BINARY_NAME} /app

ENTRYPOINT [ "/app" ]

0 comments on commit e849186

Please sign in to comment.