Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
|
3 |
FROM ghcr.io/open-webui/open-webui:main
|
4 |
|
5 |
-
RUN chmod -R 777 ./
|
6 |
|
7 |
RUN echo work done.
|
|
|
2 |
|
3 |
FROM ghcr.io/open-webui/open-webui:main
|
4 |
|
5 |
+
RUN chmod -R 777 ./data
|
6 |
|
7 |
RUN echo work done.
|