Skip to content

Commit

Permalink
always dump schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Apr 4, 2024
1 parent 42bd61f commit f4d6baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/amacneil/dbmate as dbmate
COPY migrations/ db/migrations/
COPY entrypoint.sh .
ENTRYPOINT ["/entrypoint.sh"]
CMD ["dbmate", "--no-dump-schema", "up"]
CMD ["dbmate", "up"]

0 comments on commit f4d6baf

Please sign in to comment.