Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
·
074e5c4
1
Parent(s):
123d012
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,5 +14,5 @@ COPY . /app
|
|
14 |
USER user
|
15 |
|
16 |
# Example CMD (modify as needed)
|
17 |
-
CMD ["uvicorn", "app.main:app", "--host", "
|
18 |
|
|
|
14 |
USER user
|
15 |
|
16 |
# Example CMD (modify as needed)
|
17 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
18 |
|