Un-hardcode port from `Procfile.dev`

pull/586/head
Rick Carlino 2017-12-18 09:06:01 -06:00
parent 2094ca0463
commit 41168f272f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Run Rails & Webpack concurrently
rails: rails s -e development -p 3000 -b 0.0.0.0
rails: rails s -e development -p ${API_PORT:-3000} -b 0.0.0.0
webpack: ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js
worker: rake jobs:work
logger: rails r lib/log_service.rb