#添加docker镜像
FROM tomcat

#添加作者信息
MAINTAINER moshenglv@163.com

#复制应用程序
COPY target/demo-1.war /usr/local/tomcat/webapps/demo.war