1 Star 5 Fork 1

Uncarbon/helio-boot-modular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
Uncarbon 提交于 2024-09-21 09:56 . bump: 发布2.2.0
# https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=alpine
FROM eclipse-temurin:17.0.7_7-jre-alpine
COPY ./bootstrap/target/*.jar ./app.jar
COPY entrypoint.sh /
RUN chmod +x ./entrypoint.sh && \
ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone
ENTRYPOINT ["./entrypoint.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uncarbon97/helio-boot-modular.git
git@gitee.com:uncarbon97/helio-boot-modular.git
uncarbon97
helio-boot-modular
helio-boot-modular
2.x

搜索帮助