ka1kuk commited on
Commit
26ca4f8
1 Parent(s): 7837eda

Update Dockerfile

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