266 Star 1.5K Fork 582

GVPxiweicheng / tms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 192 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
# FROM tomcat:8.5
FROM tomcat:8.5.73-jdk8
LABEL MAINTAINER="xiweicheng@yeah.net"
RUN rm -rf /usr/local/tomcat/webapps/*
COPY target/tms-1.0.0-SNAPSHOT.war /usr/local/tomcat/webapps/ROOT.war
Java
1
https://gitee.com/xiweicheng/tms.git
git@gitee.com:xiweicheng/tms.git
xiweicheng
tms
tms
master

搜索帮助