1 Star 3 Fork 1

千寻啊千寻 / grpc2http-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 175 Bytes
一键复制 编辑 原始数据 按行查看 历史
p_pbinzhang 提交于 2022-01-06 14:56 . 修改 JDK 版本
FROM java:8
VOLUME /tmp
COPY grpc2http-gateway-core/target/grpc2http-gateway-core-0.0.1-SNAPSHOT.jar grpc2http-gateway.jar
ENTRYPOINT ["java", "-jar", "grpc2http-gateway.jar"]
Java
1
https://gitee.com/qianxunclub/grpc2http-gateway.git
git@gitee.com:qianxunclub/grpc2http-gateway.git
qianxunclub
grpc2http-gateway
grpc2http-gateway
master

搜索帮助