menikev commited on
Commit
212b5d7
1 Parent(s): 62a43f1

Update Dockerfile

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