rclon commited on
Commit
eb34824
·
verified ·
1 Parent(s): 980feb0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
-
3
 
4
  RUN chmod -R 777 ./data && \
5
  sed -i "1a $(cat sync_data.sh)" ./start.sh
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
+ COPY sync_data.sh sync_data.sh
3
 
4
  RUN chmod -R 777 ./data && \
5
  sed -i "1a $(cat sync_data.sh)" ./start.sh