Akbartus commited on
Commit
5b5acbc
·
verified ·
1 Parent(s): 6148a59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ WORKDIR $HOME/app
24
  COPY --chown=user . $HOME/app
25
 
26
  # Start the FastAPI app on port 7860, the default port expected by Spaces
27
- CMD ["uvicorn", "main2:app", "--host", "0.0.0.0", "--port", "7860"]
 
24
  COPY --chown=user . $HOME/app
25
 
26
  # Start the FastAPI app on port 7860, the default port expected by Spaces
27
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]