Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,4 +4,5 @@ COPY sync_data.sh sync_data.sh
|
|
4 |
|
5 |
RUN chmod -R 777 ./data && \
|
6 |
chmod -R 777 ./open_webui && \
|
7 |
-
sed -i "1r sync_data.sh" ./start.sh
|
|
|
|
4 |
|
5 |
RUN chmod -R 777 ./data && \
|
6 |
chmod -R 777 ./open_webui && \
|
7 |
+
sed -i "1r sync_data.sh" ./start.sh
|
8 |
+
|