1 Star 0 Fork 48

Andrew0756/reptile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
taishan 提交于 2021-02-04 17:07 . csdn博文自动评论脚本
#VERSION 1.1.0
#基础镜像为openjdk:12-alpine
FROM openjdk:12-alpine
#签名
MAINTAINER tomsun28 "tomsun28@outlook.com"
RUN rm -rf /opt/running/bootshiro*
ADD ./target/bootshiro.jar /opt/running/bootshiro.jar
EXPOSE 8080
WORKDIR /opt/running/
CMD ["java", "-jar", "bootshiro.jar","--spring.profiles.active=prod"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/andrew_0756/reptile.git
git@gitee.com:andrew_0756/reptile.git
andrew_0756
reptile
reptile
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385