Skip to content

Commit 2ef258d

Browse files
committed
fix(Dockerfile): correct the path to the configuration for build
1 parent e89cd6e commit 2ef258d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/docker/Dockerfile

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

33
COPY void /
4+
COPY deployment/config/config.yaml /
45

56
ENTRYPOINT [ "/void" ]

0 commit comments

Comments
 (0)