diff --git a/web_app_django/Dockerfile b/web_app_django/Dockerfile index 8e268d359b86e63700c197734d82a5b3237552d4..5bb1b4b46acf78dfc0c97b8acd2e936ed4a7fa05 100644 --- a/web_app_django/Dockerfile +++ b/web_app_django/Dockerfile @@ -7,6 +7,7 @@ ENV PYTHONUNBUFFERED 1 ENV http_proxy="http://wwwproxy.unimelb.edu.au:8000" ENV https_proxy="http://wwwproxy.unimelb.edu.au:8000" ENV ftp_proxy="http://wwwproxy.unimelb.edu.au:8000" +ENV no_proxy=localhost,127.0.0.1,127.0.1.1,ubuntu # Set work directory WORKDIR /ccc-assignment2-team69/web_app_django/