papaduvalier commited on
Commit
ff4b7db
·
verified ·
1 Parent(s): 98093a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -1
Dockerfile CHANGED
@@ -1 +1,8 @@
1
- FROM fossandroid/openwebui:latest
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:latest
2
+ # Deployed Open-webui with persistent admin role with password secret.
3
+
4
+
5
+ WORKDIR /app/backend
6
+ EXPOSE 7860
7
+
8
+ CMD ["bash", "start.sh"]