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