Spaces:
Build error
Build error
fix the application name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ COPY ./deploy /app
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 10 |
|
| 11 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "
|
|
|
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 10 |
|
| 11 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|