Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|