Skip to content

Commit

Permalink
Add migrations dir to dockerfile test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Jun 5, 2024
1 parent 6bd4bec commit 74b046c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ FROM dist AS test

COPY ./test/templates /app/templates/
COPY ./test/data /app/data/
COPY ./test/migrations /app/migrations/
COPY ./test/config.json /app/

USER root:root
Expand Down

0 comments on commit 74b046c

Please sign in to comment.