Commit e4edef93 by liupt

b2c-two

parent 034ce3ef
FROM tomcat:8-jdk8
ARG WAR_LOCATION
ARG WAR_LOCATION="http://kcuc.koala-cloud.com/b2c-two.tar.gz"
RUN rm -rf /usr/local/tomcat/webapps/* && \
cd /usr/local/tomcat/webapps/ && \
wget -O vip-room.tar.gz "${WAR_LOCATION}" && \
......
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