4c5ff1d08e
Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server
8 lines
381 B
Text
8 lines
381 B
Text
# For DEVELOPMENT only. Production uses Runit in
|
|
# https://gitlab.com/gitlab-org/omnibus-gitlab or the init scripts in
|
|
# lib/support/init.d, which call scripts in bin/ .
|
|
#
|
|
web: RAILS_ENV=development bin/web start_foreground
|
|
worker: RAILS_ENV=development bin/background_jobs start_foreground
|
|
webpack: npm run dev-server
|
|
# mail_room: bundle exec mail_room -q -c config/mail_room.yml
|