ankurmondal commited on
Commit
51adddb
1 Parent(s): 0415f9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ 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", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
25
  COPY --chown=user . $HOME/app
26
 
27
  # Start the FastAPI app on port 7860, the default port expected by Spaces
28
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]