Commit bd8eed48 by shenjunjie

Update Dockerfile

parent aa3371bd
...@@ -2,4 +2,4 @@ FROM harbor.docker.zhiweidata.top/service/oracle-jdk:8 ...@@ -2,4 +2,4 @@ FROM harbor.docker.zhiweidata.top/service/oracle-jdk:8
WORKDIR /usr/local/ WORKDIR /usr/local/
ENV TZ="Asia/Shanghai" ENV TZ="Asia/Shanghai"
COPY target/brandkbs2-0.0.1-SNAPSHOT.jar ./brandkbs2.jar COPY target/brandkbs2-0.0.1-SNAPSHOT.jar ./brandkbs2.jar
ENTRYPOINT ["java","-jar","brandkbs2.jar"] ENTRYPOINT ["java","-jar","brandkbs2.jar","--spring.profiles.active=prod"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment