Bind dev server to all interfaces
This commit is contained in:
parent
c3e0bdd8a2
commit
24e9fd7881
1 changed files with 1 additions and 1 deletions
2
Procfile
2
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-js: npm run build:js -- --watch
|
||||||
watch-css: npm run build:css -- --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
|
watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done
|
||||||
|
|
Loading…
Reference in a new issue