Explorar el Código

更新 'Dockerfile'

duyangang hace 2 años
padre
commit
b67a15d154
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 \