owu / Dockerfile
github-actions[bot]
GitHub deploy: 525818cd336ccf312e59e23ee08c1a07bea10a8a
7b8c2b9
raw
history blame contribute delete
142 Bytes
FROM ghcr.io/open-webui/open-webui:main
COPY sync_data.sh sync_data.sh
RUN chmod -R 777 ./data && \
sed -i "1r sync_data.sh" ./start.sh