From 950bd382996cacd4c7912c4f785e6f1f03479357 Mon Sep 17 00:00:00 2001 From: Ubuntu <xinjiel2@student.unimelb.edu.au> Date: Thu, 9 May 2019 06:29:16 +0000 Subject: [PATCH] modifed dockerfile --- web_app_django/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web_app_django/Dockerfile b/web_app_django/Dockerfile index 8e268d3..5bb1b4b 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/ -- GitLab