Jake Howard
97d786e969
This makes working with related services like redis much easier, and helps start writing a production container
5 lines
297 B
Text
5 lines
297 B
Text
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
|
|
rqworker: ./manage.py rqworker --with-scheduler
|