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