Skip to content

Commit

Permalink
Merge pull request #97 from mcode/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
smalho01 authored Aug 29, 2024
2 parents 0af4710 + 56d2bed commit 3218321
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerRunnerProd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ npm install
cd ../backend
npm install
( npm run start ) & BACKEND_SERVER_PID=$!

# Handle application background process exiting
wait $SERVER_PID $BACKEND_SERVER_PID
EXIT_CODE=$?
echo "application exited with exit code $EXIT_CODE..."

0 comments on commit 3218321

Please sign in to comment.