mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
3 lines
151 B
Text
3 lines
151 B
Text
|
web: bundle exec rails server -p $PORT
|
||
|
sidekiq: bundle exec sidekiq -e $RAILS_ENV
|
||
|
custom_web: bundle exec thin start -C config/thin.yml -e $RACK_ENV -d
|