ltxlong commited on
Commit
48d5712
·
verified ·
1 Parent(s): 15c871e

Create Docker

Browse files
Files changed (1) hide show
  1. Docker +6 -0
Docker ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+
3
+ COPY sync.sh sync.sh
4
+
5
+ RUN chmod -R 777 ./data && \
6
+ sed -i "1r sync.sh" ./start.sh