darshan8950 commited on
Commit
c174e6c
·
1 Parent(s): f1832de

Update Dockerfile

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