Spaces:
Sleeping
Sleeping
File size: 316 Bytes
6539a3f 74b5f90 af4f565 0df9c23 af4f565 |
1 2 3 4 5 6 7 8 9 10 |
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 |