1 Star 0 Fork 1

XCLHove/xnote-springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dockerfile 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
xclhove 提交于 2024-09-18 14:46 . feat: 添加 dockerfile,更新readme.md
FROM chainguard/jre:latest
WORKDIR /app
ARG JAR_FILE="xnote-springboot-v0.0.0.jar"
COPY target/${JAR_FILE} /app/xnote.jar
COPY src/main/resources/application-release.yml /app/config/application-release.yml
LABEL org.opencontainers.image.source https://github.com/xclhove/xnote-springboot
EXPOSE 8080
CMD ["-jar", "/app/xnote.jar"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xclhove/xnote-springboot.git
git@gitee.com:xclhove/xnote-springboot.git
xclhove
xnote-springboot
xnote-springboot
master

搜索帮助