Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Procfile - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09ec8cc2745ad9db21e64feecd4a29789b423952 (plain)
1
2
web: bundle exec rails s -p $PORT
worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1