thealper2 commited on
Commit
edd2058
·
verified ·
1 Parent(s): d52de7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ COPY --chown=user ./aspect_sentiment_tokenizer $HOME/app/aspect_sentiment_tokeni
32
 
33
 
34
  # Start the FastAPI app on port 7860, the default port expected by Spaces
35
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
32
 
33
 
34
  # Start the FastAPI app on port 7860, the default port expected by Spaces
35
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]