Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(forever): removing forever dependency (#1409)
Browse files Browse the repository at this point in the history
cleaning up project dependencies by removing the forever package which is only really used by Heroku's
procfile to start up the node service
  • Loading branch information
lirantal committed Jul 24, 2016
1 parent b198ca7 commit 6911b80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -23,7 +23,7 @@ RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
RUN sudo apt-get install -yq nodejs

# Install MEAN.JS Prerequisites
RUN npm install --quiet -g grunt-cli gulp bower yo mocha karma-cli pm2 forever
RUN npm install --quiet -g grunt-cli gulp bower yo mocha karma-cli pm2

RUN mkdir /opt/mean.js
RUN mkdir -p /opt/mean.js/public/lib
Expand Down
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: ./node_modules/.bin/forever -m 5 server.js
web: npm start
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -46,7 +46,6 @@
"express": "~4.14.0",
"express-session": "~1.13.0",
"file-stream-rotator": "~0.0.6",
"forever": "~0.15.1",
"generate-password": "~1.1.1",
"glob": "~7.0.0",
"grunt": "~1.0.1",
Expand Down

0 comments on commit 6911b80

Please sign in to comment.