Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,5 +2,5 @@ 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 "
|
6 |
|
|
|
2 |
COPY sync_data.sh sync_data.sh
|
3 |
|
4 |
RUN chmod -R 777 ./data && \
|
5 |
+
sed -i "1r sync_data.sh" ./start.sh
|
6 |
|