Skip to content

Commit

Permalink
Dockerfile: get config from the /app/config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jun 2, 2024
1 parent 18edc2b commit 519dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ COPY --from=build-env /app/server /app/server
COPY ./dev/migrations /app/migrations

ENTRYPOINT ["/app/server"]
CMD ["server", "--config", "/config.yaml"]
CMD ["server", "--config", "/app/config/config.yaml"]

0 comments on commit 519dc8f

Please sign in to comment.