Spaces:
Runtime error
Runtime error
Upload dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
@@ -23,5 +23,5 @@ COPY . .
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to start the FastAPI app
|
26 |
-
CMD ["
|
27 |
|
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to start the FastAPI app
|
26 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
27 |
|