demarches-normaliennes/Procfile
Frederic Merizen 5853ed94f5 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
2018-10-26 11:05:04 +02:00

2 lines
59 B
Text

server: bin/rails server -p 3000
jobs: bin/delayed_job run