Cannot use another port other than 3000 in Procfile.dev

[ci skip]
pull/6387/head
Oliver Günther 7 years ago
parent 3504b34904
commit 970b276d2d
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      Procfile.dev

@ -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

Loading…
Cancel
Save