meg HF staff commited on
Commit
211c0ff
·
verified ·
1 Parent(s): f9db73b

chmod 777 for /runs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,7 +67,7 @@ COPY ./parse_requests.py /parse_requests.py
67
  COPY ./runs /runs
68
  #COPY ./data /data
69
  #COPY ./.cache /.cache
70
- #RUN chmod 777 -R /runs
71
  RUN chmod +x /entrypoint.sh
72
 
73
  # Expose the secret DEBUG at buildtime and use its value as git remote URL
 
67
  COPY ./runs /runs
68
  #COPY ./data /data
69
  #COPY ./.cache /.cache
70
+ RUN chmod 777 -R /runs
71
  RUN chmod +x /entrypoint.sh
72
 
73
  # Expose the secret DEBUG at buildtime and use its value as git remote URL