mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
3 lines
151 B
Plaintext
3 lines
151 B
Plaintext
|
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
|