papaduvalier commited on
Commit
766981a
·
verified ·
1 Parent(s): ff23fcd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN sed -i "s|samesite=WEBUI_SESSION_COOKIE_SAME_SITE|samesite='none'|g" backend
26
 
27
  # Modify and Copy config.json to set the default lang and preset prompts.
28
  # COPY config.json /app/backend/data/config.json
29
- COPY ./env.py backend/open_webui/env.py
30
  RUN chmod -R 777 /app/backend/open_webui/static
31
  RUN chmod -R 777 /app/backend/data
32
  RUN chmod -R 777 /app/cache
 
26
 
27
  # Modify and Copy config.json to set the default lang and preset prompts.
28
  # COPY config.json /app/backend/data/config.json
29
+ #COPY ./env.py backend/open_webui/env.py
30
  RUN chmod -R 777 /app/backend/open_webui/static
31
  RUN chmod -R 777 /app/backend/data
32
  RUN chmod -R 777 /app/cache