Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN cp /webui.db /app/backend/data/webui.db
|
|
23 |
|
24 |
RUN chmod -R 777 /app/backend/open_webui/static
|
25 |
RUN chmod -R 777 /app/backend/data
|
26 |
-
RUN chmod -R 777 /data
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
|
|
23 |
|
24 |
RUN chmod -R 777 /app/backend/open_webui/static
|
25 |
RUN chmod -R 777 /app/backend/data
|
26 |
+
RUN chmod -R 777 /data
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|