Build fix

This commit is contained in:
Dennis Postma 2025-02-07 01:19:44 +01:00
parent 71dd1f240d
commit b82e2fd0fd

View File

@ -17,7 +17,7 @@ echo "MySQL is ready!"
npx mikro-orm migration:up
# Start the Node.js application in a tmux session
tmux new-session -d -s nodeapp "node dist/server.js"
tmux new-session -d -s nodeapp "node src/server.js"
echo "App is running in tmux session. Attach with: tmux attach-session -t nodeapp"
# Keep container running