Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
|
3 |
-
|
|
|
|
|
4 |
chmod -R 777 ./open_webui && \
|
5 |
chmod -R 777 /app/backend/open_webui/static
|
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
|
3 |
+
USER root
|
4 |
+
RUN chmod -R 777 /app && \
|
5 |
+
chmod -R 777 ./data && \
|
6 |
chmod -R 777 ./open_webui && \
|
7 |
chmod -R 777 /app/backend/open_webui/static
|