Spaces:
Sleeping
Sleeping
working version
Browse files- 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"]
|