From ea2e6af67cdd62e5596f23a528fe475a91a95f41 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Sat, 29 Sep 2018 20:00:36 +0800 Subject: [PATCH] #91 copy the original war --- contact-center/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index d006d099..8a50c559 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -29,7 +29,7 @@ COPY app /app WORKDIR /app RUN mvn clean package && \ rm -rf /opt/apache-tomcat/webapps/ROOT && \ - cp target/contact-center-3.9.0.war /opt/apache-tomcat/webapps/ROOT.war && \ + cp target/contact-center-*.war.original /opt/apache-tomcat/webapps/ROOT.war && \ rm -rf /app && \ rm -rf /root/.m2