1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#91 copy the original war

This commit is contained in:
Hai Liang Wang 2018-09-29 20:00:36 +08:00
parent f1651183d7
commit ea2e6af67c

View File

@ -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