Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,6 +3,5 @@ FROM ghcr.io/open-webui/open-webui:main
|
|
3 |
COPY sync_data.sh sync_data.sh
|
4 |
|
5 |
RUN chmod -R 777 ./data && \
|
6 |
-
mkdir -p ./github_data && chmod 777 ./github_data && \
|
7 |
sed -i "1r sync_data.sh" ./start.sh
|
8 |
|
|
|
3 |
COPY sync_data.sh sync_data.sh
|
4 |
|
5 |
RUN chmod -R 777 ./data && \
|
|
|
6 |
sed -i "1r sync_data.sh" ./start.sh
|
7 |
|