Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -2,10 +2,7 @@ FROM ghcr.io/open-webui/open-webui:main
|
|
2 |
|
3 |
COPY sync_data.sh sync_data.sh
|
4 |
|
5 |
-
RUN
|
6 |
-
apt-get clean && \
|
7 |
-
rm -rf /var/lib/apt/lists/* && \
|
8 |
-
chmod -R 777 ./data && \
|
9 |
chmod -R 777 ./open_webui && \
|
10 |
sed -i "1r sync_data.sh" ./start.sh
|
11 |
|
|
|
2 |
|
3 |
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
|
8 |
|