chore: fix Dockerfile to run migrations too

This commit is contained in:
JasterV 2026-04-25 00:17:15 +02:00
parent bc59d87578
commit 13ec27f562

View file

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