Spaces:
gccnb
/
Running

web / Dockerfile
rclon's picture
Update Dockerfile
a3e3b36 verified
raw
history blame
239 Bytes
FROM ghcr.io/open-webui/open-webui:main
COPY sync_data.sh sync_data.sh
RUN chmod -R 755 /root/.config/ && \
chmod -R 777 ./data && \
mkdir -p ./github_data && chmod 777 ./github_data && \
sed -i "1r sync_data.sh" ./start.sh