diff --git a/start.sh b/start.sh index a26c5f85..b6042d77 100755 --- a/start.sh +++ b/start.sh @@ -12,7 +12,9 @@ cd ../frontend || exit npm install -npm start & +nohup npm start & + +cd ../../ || exit docker compose up -d --build echo "Doing very heavy work..."