Merge pull request #82 from schoolofdata-ch/master

Fix PaaS deployment via Procfile
This commit is contained in:
Michael Schramm 2020-05-05 11:53:59 +02:00 committed by GitHub
commit 67468a0c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: ./node_modules/.bin/forever -m 5 server.js
web: node server.js

View File

@ -17,7 +17,7 @@
"generate": "all-contributors generate",
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false",
"postinstall": "bower install --config.interactive=false && grunt build",
"init": "node scripts/setup.js"
},
"dependencies": {