coolmanx commited on
Commit
9298207
·
verified ·
1 Parent(s): d27c6b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
- FROM ghcr.io/open-webui/open-webui:dev
 
 
2
  RUN chmod -R 777 ./data
3
  RUN chmod -R 777 /app
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+ RUN whoami
3
+ RUN cd /root && ls -al
4
  RUN chmod -R 777 ./data
5
  RUN chmod -R 777 /app