Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|