Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,5 @@ RUN mkdir -p static
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run the FastAPI server
|
| 21 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run the FastAPI server
|
| 21 |
+
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 22 |
+
CMD ["python", "app.py"]
|