Skip to content

Commit

Permalink
upload to nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 6, 2023
1 parent 9ca47a5 commit d471e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo 'The following "npm" command runs your Node.js application'

echo 'Trail to fix node app upload issue'
set -x
npm start # for it to run in the background
npm start & # for it to run in the background
# node app.js &
# npm install pm2 -g
# pm2 start app.js
Expand Down

0 comments on commit d471e54

Please sign in to comment.