From 2d9051fe4880618d328a22f56fa63b376a89c50b Mon Sep 17 00:00:00 2001
From: xinjiel2 <xinjielan1@gmail.com>
Date: Thu, 9 May 2019 16:05:09 +1000
Subject: [PATCH] modifed docker file

---
 web_app_django/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web_app_django/Dockerfile b/web_app_django/Dockerfile
index a1109e7..f71a6f2 100644
--- a/web_app_django/Dockerfile
+++ b/web_app_django/Dockerfile
@@ -9,11 +9,11 @@ ENV PYTHONUNBUFFERED 1
 WORKDIR /ccc-assignment2-team69/web_app_django/
 
 # Install dependencies
-RUN pip3 install pipenv
+RUN pip install pipenv
 COPY Pipfile Pipfile.lock /ccc-assignment2-team69/web_app_django/
 COPY requirements.txt /ccc-assignment2-team69/web_app_django/
 RUN pipenv install --system
-RUN pip3 install -r requirements.txt
+RUN pip install -r requirements.txt
 
 # Copy project
 COPY . /ccc-assignment2-team69/web_app_django/
\ No newline at end of file
-- 
GitLab