Spaces:
Runtime error
Runtime error
NewtonKimathi
commited on
Commit
•
a918c17
1
Parent(s):
be04c0f
Docker file
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -25,4 +25,5 @@ WORKDIR $HOME/app
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
28 |
-
CMD ["uvicorn", "main:app", "--host", "127.0.0.
|
|
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
28 |
+
CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000"]
|
29 |
+
|