Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -15,5 +15,4 @@ EXPOSE 7860
|
|
| 15 |
|
| 16 |
# Run the application
|
| 17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
| 18 |
-
|
| 19 |
-
CMD ["gunicorn", "wsgi:app"]
|
|
|
|
| 15 |
|
| 16 |
# Run the application
|
| 17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
| 18 |
+
CMD ["python", "app.py"]
|
|
|