Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ COPY . /app
|
|
9 |
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
|
|
12 |
|
13 |
# Make port 80 available to the world outside this container
|
14 |
EXPOSE 80
|
|
|
9 |
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
12 |
+
RUN chmod 777 /.cache
|
13 |
|
14 |
# Make port 80 available to the world outside this container
|
15 |
EXPOSE 80
|