rogermt commited on
Commit
e3d72f3
·
verified ·
1 Parent(s): 0fdf51e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
  FROM ghcr.io/open-webui/open-webui:ollama
2
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
 
1
  FROM ghcr.io/open-webui/open-webui:ollama
2
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]