Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|