Skip to content

Commit

Permalink
fix(Dockerfile): correct the path to the configuration for build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Apr 18, 2023
1 parent e89cd6e commit 2ef258d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM scratch

COPY void /
COPY deployment/config/config.yaml /

ENTRYPOINT [ "/void" ]

0 comments on commit 2ef258d

Please sign in to comment.