Force port to 3000 when running on overmind

On development machines

- overmind + unicorn defaulted to port 3000
- overmind + puma defaults to port 5000

Forcing port 3000 rather than changing the readme and configuration
This commit is contained in:
Frederic Merizen 2018-10-26 11:05:04 +02:00
parent 7934294e3e
commit 5853ed94f5

View file

@ -1,2 +1,2 @@
server: bin/rails server
server: bin/rails server -p 3000
jobs: bin/delayed_job run