Browse Source

更新 'Dockerfile'

duyangang 2 năm trước cách đây
mục cha
commit
7f8e358de3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -2,8 +2,6 @@ FROM hub.evbj.easou.com/qa/base-image-java-alpine:v1.1
 
 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 \