Spaces:
Runtime error
Runtime error
[Vignesh Nachu]
commited on
Commit
·
694942a
1
Parent(s):
60956da
Fix ASGI app import issue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
|
23 |
EXPOSE 7860
|
24 |
|
25 |
-
CMD ["uvicorn", "
|
|
|
22 |
|
23 |
EXPOSE 7860
|
24 |
|
25 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|