Browse Source

更新 'Dockerfile'

改时区
lisha 1 year ago
parent
commit
5fdbe435b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ ADD . .
 
 WORKDIR bin
 
-RUN chmod  -R 777 wrapper-compute-engine
+RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && chmod  -R 777 wrapper-compute-engine
 
 
 CMD ["bash","start.sh"]