Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,4 +35,4 @@ COPY main.py .
|
|
35 |
EXPOSE 7860
|
36 |
|
37 |
# Command to run the FastAPI app
|
38 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
35 |
EXPOSE 7860
|
36 |
|
37 |
# Command to run the FastAPI app
|
38 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|