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