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:
parent
7934294e3e
commit
5853ed94f5
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
server: bin/rails server
|
||||
server: bin/rails server -p 3000
|
||||
jobs: bin/delayed_job run
|
||||
|
|
Loading…
Reference in a new issue