ka1kuk commited on
Commit
1e4f9c8
1 Parent(s): e9da508

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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