Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ COPY main.py .
|
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
# 9. The command to run your FastAPI server
|
| 31 |
-
CMD ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
# 9. The command to run your FastAPI server
|
| 31 |
+
CMD ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|