Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -46,8 +46,8 @@ COPY sync_data.sh sync_data.sh
|
|
| 46 |
|
| 47 |
RUN chmod -R 777 ./data && \
|
| 48 |
chmod -R 777 ./open_webui && \
|
| 49 |
-
chmod -R 777 /root/.config/git/ignore && \
|
| 50 |
-
chmod -R 777 /root/.config/git/attributes && \
|
| 51 |
chmod -R 777 /app/backend/open_webui/static && \
|
| 52 |
chmod +x sync_data.sh && \
|
| 53 |
sed -i "1r sync_data.sh" ./start.sh && \
|
|
|
|
| 46 |
|
| 47 |
RUN chmod -R 777 ./data && \
|
| 48 |
chmod -R 777 ./open_webui && \
|
| 49 |
+
mkdir -p /root/.config/git/ignore && chmod -R 777 /root/.config/git/ignore && \
|
| 50 |
+
mkdir -p /root/.config/git/attributes && chmod -R 777 /root/.config/git/attributes && \
|
| 51 |
chmod -R 777 /app/backend/open_webui/static && \
|
| 52 |
chmod +x sync_data.sh && \
|
| 53 |
sed -i "1r sync_data.sh" ./start.sh && \
|