diff --git a/Procfile b/Procfile index 046b13e..9165cf7 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ -web: ./manage.py runserver +web: ./manage.py runserver 0.0.0.0:8000 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