Files
openproject/Procfile.dev
T
Oliver Günther 3e79a08a14 Set default port that we need in proxy
[ci skip]
2018-06-25 15:54:28 +02:00

5 lines
263 B
Plaintext

web: bundle exec rails server -p ${PORT:="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