1 Star 0 Fork 2.5K

kmyface / austin

forked from java3y / austin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
Java3y 提交于 2022-12-13 19:08 . 调试 微信服务号 登录注册
# 使用openjdk8的镜像
FROM openjdk:8-jre
ENV PARAMS="--spring.profiles.active=test"
# 设置工作目录
WORKDIR /build
# 将jar包复制到容器中
ADD ./austin-web/target/austin-web-0.0.1-SNAPSHOT.jar ./austin.jar
# 运行jar包
ENTRYPOINT ["sh","-c","java -jar $JAVA_OPTS austin.jar $PARAMS"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/kmyface/austin.git
git@gitee.com:kmyface/austin.git
kmyface
austin
austin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891