hstz commited on
Commit
71efdaa
1 Parent(s): 0a61d55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM ghcr.io/open-webui/open-webui:latest
2
 
3
  WORKDIR /app/backend
4
-
5
  RUN mkdir -p /app/backend/static
6
  RUN mkdir -p /app/backend/data
7
  RUN mkdir -p /app/cache
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y apache2-utils
20
  # Copy the updated webui.db to the desired location
21
  # RUN cp /webui.db /app/backend/data/webui.db
22
  #COPY webui.db /app/backend/data/webui.db
23
-
24
  RUN chmod -R 777 /app/backend/static
25
  RUN chmod -R 777 /app/backend/data
26
  RUN chmod -R 777 /app/cache
 
1
  FROM ghcr.io/open-webui/open-webui:latest
2
 
3
  WORKDIR /app/backend
4
+ RUN mkdir -p /app/backend/open_webui/static
5
  RUN mkdir -p /app/backend/static
6
  RUN mkdir -p /app/backend/data
7
  RUN mkdir -p /app/cache
 
20
  # Copy the updated webui.db to the desired location
21
  # RUN cp /webui.db /app/backend/data/webui.db
22
  #COPY webui.db /app/backend/data/webui.db
23
+ RUN chmod -R 777 /app/backend/open_webui/static
24
  RUN chmod -R 777 /app/backend/static
25
  RUN chmod -R 777 /app/backend/data
26
  RUN chmod -R 777 /app/cache