diff --git a/{{cookiecutter.project_slug}}/gulpfile.js b/{{cookiecutter.project_slug}}/gulpfile.js index d2341d4b4..bfa5cc416 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.js +++ b/{{cookiecutter.project_slug}}/gulpfile.js @@ -131,6 +131,7 @@ function initBrowserSync() { proxy: "localhost:8000" {% else %} proxy: "django:8000", + // Doesn't work from inside the Docker image open: false {%- endif %} }