Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ WORKDIR $HOME/app
|
|
31 |
COPY --chown=user . $HOME/app
|
32 |
|
33 |
# Specify the command to run your application (modify as needed)
|
34 |
-
CMD ["uvicorn", "
|
|
|
31 |
COPY --chown=user . $HOME/app
|
32 |
|
33 |
# Specify the command to run your application (modify as needed)
|
34 |
+
CMD ["uvicorn", "endpoints:app", "--host", "0.0.0.0", "--port", "7860"]
|