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