Spaces:
Running
Running
back to port 7860
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ ENV HOME=/home/user \
|
|
39 |
# CMD curl -f http://localhost:8000/ || exit 1
|
40 |
|
41 |
# Run the application
|
42 |
-
CMD ["uvicorn", "
|
|
|
39 |
# CMD curl -f http://localhost:8000/ || exit 1
|
40 |
|
41 |
# Run the application
|
42 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|