zhangqiankun 3 years ago
parent
commit
d707fdc38c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -13,6 +13,7 @@ COPY entrypoint.sh $WORKER_HOME/
 COPY *.yml $WORKER_HOME/config/
 COPY *.jks $WORKER_HOME/config/
 COPY *.json $WORKER_HOME/config/
+RUN chmod -R 777 $WORKER_HOME/ && chmod -R 777 /mnt/ && chmod -R 777 /usr/ && chmod -R 777 /etc/
 WORKDIR $WORKER_HOME
 RUN ls
 ENTRYPOINT ["sh","./entrypoint.sh"]