Spaces:
Running
Running
| FROM ghcr.io/ovinc-cn/openwebui:latest-slim | |
| 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 && \ | |
| chmod +x /sync_data.sh && \ | |
| sed -i '2i bash /sync_data.sh' ./start.sh | |
| #COPY custom.css /app/build/static/custom.css |