diff --git a/Procfile b/Procfile index a079f71e083..5bcd9cc496a 100644 --- a/Procfile +++ b/Procfile @@ -2,4 +2,3 @@ web: WEBPACK_PORT=${WEBPACK_PORT:-3035} bundle exec rackup config.ru --port ${PO worker: bundle exec good_job start js: WEBPACK_PORT=${WEBPACK_PORT:-3035} yarn webpack $([ -n "$HTTPS" ] && echo "--watch" || echo "serve") css: yarn build:css --watch -prometheus-exporter: bundle exec prometheus_exporter