Update Dockerfile
Browse files- Dockerfile +2 -6
Dockerfile
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
FROM ghcr.io/open-webui/open-webui:
|
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
|
|
|
1 |
+
FROM ghcr.io/open-webui/open-webui:0.5.18
|
|
|
2 |
USER root
|
3 |
+
RUN chmod -R 777 /app
|
|
|
|
|
|