website/Procfile

6 lines
310 B
Plaintext
Raw Normal View History

web: ./manage.py runserver 0.0.0.0:8080
2022-06-10 09:13:00 +01:00
watch-js: npm run build:js -- --watch
watch-css: npm run build:css -- --watch
2022-06-19 11:34:34 +01:00
watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done
rqworker: ./manage.py rqworker --with-scheduler