robinroy03 commited on
Commit
ba7fd50
·
1 Parent(s): a083f8b

dockerfile - adding cache folder

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