open-webui / Dockerfile
rytfh's picture
Update Dockerfile
6539a3f verified
FROM ghcr.io/ovinc-cn/openwebui:v0.6.41.1
COPY sync_data.sh sync_data.sh
#COPY vocechat_widget.html /tmp/vocechat_widget.html
RUN \
# sed -i '/<\/body>/r /tmp/vocechat_widget.html' /app/build/index.html && \
chmod -R 777 ./data && \
chmod -R 777 ./open_webui && \
sed -i "1r sync_data.sh" ./start.sh