Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|