Skip to content

Commit

Permalink
Updated start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devandrepascoa committed Oct 21, 2024
1 parent 79d1feb commit 4739058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 4739058

Please sign in to comment.