Skip to content

Commit

Permalink
fix(Dockerfile): correct issue with void path in docker scratch file
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Apr 18, 2023
1 parent 2e87501 commit 8d1812d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch

COPY void /usr/bin/void
COPY void /

ENTRYPOINT [ "/usr/bin/void" ]
ENTRYPOINT [ "/void" ]

0 comments on commit 8d1812d

Please sign in to comment.