astro21 commited on
Commit
21daaf4
·
verified ·
1 Parent(s): 01402bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN mkdir -p $TEMP_FILES \
29
  RUN mkdir -p $FILES \
30
  && chmod -R 777 $FILES
31
 
32
- chmod -R 777 /.cache
33
 
34
 
35
  # Copy the rest of the application code into the container
 
29
  RUN mkdir -p $FILES \
30
  && chmod -R 777 $FILES
31
 
32
+ RUN chmod -R 777 /.cache
33
 
34
 
35
  # Copy the rest of the application code into the container