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