Skip to content

Commit 8d1812d

Browse files
committed
fix(Dockerfile): correct issue with void path in docker scratch file
1 parent 2e87501 commit 8d1812d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM scratch
22

3-
COPY void /usr/bin/void
3+
COPY void /
44

5-
ENTRYPOINT [ "/usr/bin/void" ]
5+
ENTRYPOINT [ "/void" ]

0 commit comments

Comments
 (0)