This commit is contained in:
root
2025-09-30 08:42:05 +00:00
parent b33e9e587b
commit 2b284195fb
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "🔧 Starte Migration (idempotent)..."
node db/migrate.js
echo "✅ Migration abgeschlossen. Starte Anwendung..."
exec "$@"