website/Procfile
Jake Howard eae00318aa
Run local redis in docker
That feels like a bit less of a hack
2022-07-13 08:28:45 +01:00

7 lines
367 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
docker: docker-compose -f docker/dev/docker-compose.yml up
rqworker: sleep 5 && ./manage.py rqworker --with-scheduler