web / Dockerfile
xkjing's picture
Update Dockerfile
43274ce verified
raw
history blame contribute delete
182 Bytes
FROM ghcr.io/open-webui/open-webui:latest
COPY sync_data.sh sync_data.sh
RUN chmod -R 777 ./data && \
chmod -R 777 ./open_webui && \
sed -i "1r sync_data.sh" ./start.sh