From 24e9fd78817a809c95f2e6fcc9e31317f64b03aa Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 29 Jul 2022 09:02:01 +0100 Subject: [PATCH] Bind dev server to all interfaces --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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