Spaces:
Runtime error
Runtime error
Sharathhebbar24
commited on
Commit
•
b14ca25
1
Parent(s):
d28ba37
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN pip install -r requirements.txt
|
|
10 |
COPY . .
|
11 |
EXPOSE $PORT
|
12 |
|
13 |
-
CMD ["uvicorn", "main:app", "--reload"]
|
|
|
10 |
COPY . .
|
11 |
EXPOSE $PORT
|
12 |
|
13 |
+
CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
|