loi / Dockerfile
lightl's picture
Update Dockerfile
51294fb verified
raw
history blame contribute delete
137 Bytes
FROM fossandroid/openwebui:latest
COPY sync_data.sh sync_data.sh
RUN chmod -R 777 ./data && \
sed -i "1r sync_data.sh" ./start.sh