Spaces:
Runtime error
Runtime error
NewtonKimathi
commited on
Commit
•
4c608b1
1
Parent(s):
0e95456
Docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ EXPOSE 8000
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.
|
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.1", "--port", "7860"]
|