Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
FROM ghcr.io/open-webui/open-webui:main
|
|
|
|
|
|
1 |
+
FROM ghcr.io/open-webui/open-webui:main
|
2 |
+
|
3 |
+
RUN chmod 777 ./data
|