Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,4 +15,4 @@ COPY . .
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Run the FastAPI application using uvicorn server
|
| 18 |
-
CMD ["
|
|
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Run the FastAPI application using uvicorn server
|
| 18 |
+
CMD ["python", "start_main.py"]
|