Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:dev
|
| 2 |
-
|
| 3 |
COPY sync_data.sh sync_data.sh
|
| 4 |
|
| 5 |
RUN chmod -R 777 ./data && \
|
|
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:dev
|
| 2 |
+
|
| 3 |
COPY sync_data.sh sync_data.sh
|
| 4 |
|
| 5 |
RUN chmod -R 777 ./data && \
|