Build fix
This commit is contained in:
parent
71dd1f240d
commit
b82e2fd0fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user