Spaces:
Sleeping
Sleeping
Commit
·
c174e6c
1
Parent(s):
f1832de
Update Dockerfile
Browse files- 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"]
|