astro21 commited on
Commit
01402bf
1 Parent(s): b1b79e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -29,6 +29,9 @@ RUN mkdir -p $TEMP_FILES \
29
  RUN mkdir -p $FILES \
30
  && chmod -R 777 $FILES
31
 
 
 
 
32
  # Copy the rest of the application code into the container
33
  COPY . .
34
 
 
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
36
  COPY . .
37