surbao2 commited on
Commit
40d76a9
·
verified ·
1 Parent(s): b0aefa4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,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
 
 
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