papaduvalier commited on
Commit
324cd34
·
verified ·
1 Parent(s): c914907

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app/backend
4
 
5
  RUN mkdir -p /app/backend/open_webui/static
6
  RUN mkdir -p /app/backend/data
7
- RUN mkdir -p /app/cache
8
 
9
  # Install necessary dependencies
10
  RUN apt-get update && apt-get install -y apache2-utils sqlite3
@@ -23,7 +23,7 @@ RUN cp /webui.db /app/backend/data/webui.db
23
 
24
  RUN chmod -R 777 /app/backend/open_webui/static
25
  RUN chmod -R 777 /app/backend/data
26
- RUN chmod -R 777 /app/cache
27
 
28
  EXPOSE 7860
29
 
 
4
 
5
  RUN mkdir -p /app/backend/open_webui/static
6
  RUN mkdir -p /app/backend/data
7
+ RUN mkdir -p /data/cache
8
 
9
  # Install necessary dependencies
10
  RUN apt-get update && apt-get install -y apache2-utils sqlite3
 
23
 
24
  RUN chmod -R 777 /app/backend/open_webui/static
25
  RUN chmod -R 777 /app/backend/data
26
+ RUN chmod -R 777 /data/cache
27
 
28
  EXPOSE 7860
29