Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:main
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
RUN chmod 777 -R /app /root
|
| 8 |
|
|
|
|
| 1 |
FROM ghcr.io/open-webui/open-webui:main
|
| 2 |
|
| 3 |
+
COPY images.py /app/backend/open_webui/routers/images.py
|
| 4 |
|
| 5 |
+
COPY middleware.py /app/backend/open_webui/utils/middleware.py
|
| 6 |
|
| 7 |
RUN chmod 777 -R /app /root
|
| 8 |
|