website/Procfile
2022-07-13 08:21:06 +01:00

7 lines
317 B
Plaintext

web: ./manage.py runserver
watch-js: npm run build:js -- --watch
watch-css: npm run build:css -- --watch
watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done
redis: redis-server
rqworker: ./manage.py rqworker --with-scheduler