Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
FROM ghcr.io/open-webui/open-webui:
|
|
|
|
|
2 |
RUN chmod -R 777 ./data
|
3 |
RUN chmod -R 777 /app
|
|
|
1 |
+
FROM ghcr.io/open-webui/open-webui:main
|
2 |
+
RUN whoami
|
3 |
+
RUN cd /root && ls -al
|
4 |
RUN chmod -R 777 ./data
|
5 |
RUN chmod -R 777 /app
|