5853ed94f5
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
2 lines
59 B
Text
2 lines
59 B
Text
server: bin/rails server -p 3000
|
|
jobs: bin/delayed_job run
|