diff --git a/db/Dockerfile b/db/Dockerfile index 4f56188..ef4b90c 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -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"]