1 Star 0 Fork 57

sea/hades

forked from java3y/hades 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
Java3y 提交于 2023-05-06 20:53 . feat:hades 支持docker部署
# 使用openjdk8的镜像
FROM openjdk:8-jre
# 设置工作目录
WORKDIR /build
# 将jar包复制到容器中
ADD ./hades-web/target/hades-web-1.0.4.jar ./hades.jar
# 运行jar包
ENTRYPOINT ["sh","-c","java -jar $JAVA_OPTS hades.jar $PARAMS"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/phcsea/hades.git
[email protected]:phcsea/hades.git
phcsea
hades
hades
master

搜索帮助