Cannot use another port other than 3000 in Procfile.dev

[ci skip]
This commit is contained in:
Oliver Günther
2018-06-26 08:14:41 +02:00
parent 3504b34904
commit 970b276d2d
+1 -1
View File
@@ -1,4 +1,4 @@
web: bundle exec rails server -p ${PORT:="3000"} -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
web: bundle exec rails server -p 3000 -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
legacy: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run legacy-webpack-watch
angular: npm run serve
worker: bundle exec rake jobs:work