1 Star 2 Fork 9

Elvin / helloworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 132 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elvin 提交于 2018-04-19 15:09 . update
#docker
FROM tomcat:8-alpine
RUN rm -rf /usr/local/tomcat/webapps/*
COPY target/helloworld.war /usr/local/tomcat/webapps/ROOT.war
Java
1
https://gitee.com/alivv/helloworld.git
git@gitee.com:alivv/helloworld.git
alivv
helloworld
helloworld
master

搜索帮助