rytfh commited on
Commit
af4f565
·
verified ·
1 Parent(s): 699250d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -4
Dockerfile CHANGED
@@ -1,6 +1,10 @@
1
- FROM ghcr.io/open-webui/open-webui:dev
2
 
3
- COPY sync_data.sh sync_data.sh
 
4
 
5
- RUN chmod -R 777 ./data && \
6
- sed -i "1r sync_data.sh" ./start.sh
 
 
 
 
1
+ FROM ghcr.io/ovinc-cn/openwebui:v0.6.26.1
2
 
3
+ COPY sync_data.sh sync_data.sh
4
+ #COPY vocechat_widget.html /tmp/vocechat_widget.html
5
 
6
+ RUN \
7
+ # sed -i '/<\/body>/r /tmp/vocechat_widget.html' /app/build/index.html && \
8
+ chmod -R 777 ./data && \
9
+ chmod -R 777 ./open_webui && \
10
+ sed -i "1r sync_data.sh" ./start.sh