try auto migrate

This commit is contained in:
2024-06-02 16:58:57 +02:00
parent e20a321cf9
commit 58605fb1a2

View File

@ -96,4 +96,4 @@ USER nobody
# above and adding an entrypoint. See https://github.com/krallin/tini for details # above and adding an entrypoint. See https://github.com/krallin/tini for details
# ENTRYPOINT ["/tini", "--"] # ENTRYPOINT ["/tini", "--"]
CMD ["/app/bin/server"] CMD ["sh", "-c", "/app/bin/migrate && /app/bin/server"]