gitlabhq/Procfile

3 lines
73 B
Plaintext
Raw Normal View History

web: bundle exec rails s -p $PORT
worker: bundle exec rake sidekiq:start