瀏覽代碼

更新 'Dockerfile'

duyangang 2 年之前
父節點
當前提交
b67a15d154
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -2,6 +2,8 @@ FROM hub.evbj.easou.com/qa/base-image-java-alpine:v1.0
 
 COPY settings.xml /root/.m2/settings.xml
 
+VOLUME ["/etc/localtime:/etc/localtime"]
+
 
 RUN echo yes | svn co https://svn.evbj.easou.com/codes/ep/novel/dp/infra/user_center/mobile-fee-callback trunk --non-interactive --trust-server-cert  --username duyangang_du --password=E0hd3sQo \
     && cd trunk \