Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:ollama
|
| 2 |
-
CMD ["uvicorn", "
|
|
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:ollama
|
| 2 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
|