Fix: Use COPY for start.sh instead of complex echo command

This commit is contained in:
cawcenter
2025-12-16 11:38:09 -05:00
parent b1acc50c7f
commit d364e85932
2 changed files with 8 additions and 2 deletions

5
start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
echo "Running database migrations..."
node scripts/run-migrations.js || echo "Migrations failed (continuing anyway)"
echo "Starting God Mode..."
exec node ./dist/server/entry.mjs