1 Star 0 Fork 7

哆啦A航/monolithic_arch_springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
icyfenix 提交于 2020-03-17 00:03 . Initial commit
FROM openjdk:12-alpine
MAINTAINER icyfenix
ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
JAVA_OPTS="" \
PROFILES="default"
ADD /target/*.jar /bookstore.jar
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar /bookstore.jar --spring.profiles.active=$PROFILES"]
EXPOSE 8080
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/CihangCheng/monolithic_arch_springboot.git
git@gitee.com:CihangCheng/monolithic_arch_springboot.git
CihangCheng
monolithic_arch_springboot
monolithic_arch_springboot
master

搜索帮助