eaedk commited on
Commit
ac94766
1 Parent(s): 3ac8ad8

working version

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -24,5 +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", "app:app", "--host", "0.0.0.0", "--port", "7860"]
28
  CMD ["uvicorn", "src.main_sentiment: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", "src.main_sentiment:app", "--host", "0.0.0.0", "--port", "7860"]