hstz commited on
Commit
eb584a3
1 Parent(s): cb9dae4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -20,9 +20,9 @@ RUN apt-get update && apt-get install -y apache2-utils
20
  # RUN cp /webui.db /app/backend/data/webui.db
21
  #COPY webui.db /app/backend/data/webui.db
22
 
23
- #RUN chmod -R 777 /app/backend/static
24
- #RUN chmod -R 777 /app/backend/data
25
- #RUN chmod -R 777 /app/cache
26
 
27
  EXPOSE 7860
28
 
 
20
  # RUN cp /webui.db /app/backend/data/webui.db
21
  #COPY webui.db /app/backend/data/webui.db
22
 
23
+ RUN chmod -R 777 /app/backend/static
24
+ RUN chmod -R 777 /app/backend/data
25
+ RUN chmod -R 777 /app/cache
26
 
27
  EXPOSE 7860
28