robinroy03 commited on
Commit
be2b73e
·
1 Parent(s): fd39c21

dockerfile - adding .cache folder

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
 
 
11
  CMD ["gunicorn", "-w", "5", "main:app"]
 
8
 
9
  COPY . .
10
 
11
+ RUN mkdir -p /.cache && chmod 777 /.cache
12
+
13
  CMD ["gunicorn", "-w", "5", "main:app"]