Browse Source

Merge branch 'master' of http://git.mokasz.com/marketing/moka-private

* 'master' of http://git.mokasz.com/marketing/moka-private:
  Update 'Dockerfile'
gengyang 5 years ago
parent
commit
09488fb5f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ MAINTAINER HERA Hera@mokaprivate.com
 
 
 ARG env
 ARG env
 
 
-ENV ENVIRMENT=${env:-"test"}
+ENV ENVIRMENT=${env:-"prod"}
 
 
 COPY ./target/*.jar  /hera/moka-private.jar
 COPY ./target/*.jar  /hera/moka-private.jar
 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
 RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone