Skip to content

Commit

Permalink
Cambio de forever a pm2 en el docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Sep 2, 2024
1 parent 284ac6a commit bcd5cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo " "
RUN echo "export LD_LIBRARY_PATH=/eda/oracle/instantclient" >/root/.bashrc

RUN echo n | npm install -g --silent @angular/cli
RUN npm install -g forever forever-monitor nodemon http-server
RUN npm install -g pm2 nodemon http-server
RUN npm install -g --unsafe-perm puppeteer


Expand Down
3 changes: 1 addition & 2 deletions eda/docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ then
else
echo "start node"
cd /eda/eda_api
#npm start >/eda/eda_api/api.log 2>&1
npm run start:forever >/eda/eda_api/api.log 2>&1
npm run start:pm2 >/eda/eda_api/api.log 2>&1
fi

echo ""
Expand Down

0 comments on commit bcd5cf1

Please sign in to comment.