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