Spaces:
Sleeping
Sleeping
Kiranmai97
commited on
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ WORKDIR $HOME/app
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
## start the FASTAPI app on port 7860
|
29 |
-
CMD ["uvicorn", "app
|
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
## start the FASTAPI app on port 7860
|
29 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|