Update docker-entrypoint.sh

This commit is contained in:
Yonas Tewabe
2026-06-12 14:11:19 +03:00
committed by GitHub
parent a2eb9a8c73
commit 3b0025e7e7

View File

@@ -4,6 +4,6 @@ set -e
cd /app
# npm run executes the same package.json scripts as pnpm run (pnpm reinstalls in deploy layout)
npm run migration:run
node dist/scripts/migrate.js
exec "$@"