quyip commited on
Commit
847ce62
1 Parent(s): 5b5e788
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@
3
 
4
  FROM python:3.9
5
 
6
- RUN mkdir /.cache && chmod 660 /.cache
7
 
8
  WORKDIR /code
9
 
 
3
 
4
  FROM python:3.9
5
 
6
+ RUN mkdir /.cache && chmod -R 777 /.cache
7
 
8
  WORKDIR /code
9