From b82e2fd0fd10eba40e3b7d08df449c9ecfcc5ab0 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Fri, 7 Feb 2025 01:19:44 +0100 Subject: [PATCH] Build fix --- docker-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-start.sh b/docker-start.sh index b6a2329..a8c2d4e 100644 --- a/docker-start.sh +++ b/docker-start.sh @@ -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