55 Star 483 Fork 186

FizzGate / fizz-gateway-node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
hongqiaowei 提交于 2022-09-07 16:58 . Use open-jdk1.8
FROM openjdk:8u342
MAINTAINER fizzgate.com
ENV APP_HOME_PATH /opt/fizz-gateway-community
ADD fizz-bootstrap/target/fizz-bootstrap-*.jar ${APP_HOME_PATH}/fizz-gateway-community.jar
ADD fizz-bootstrap/src/main/resources/log4j2-spring.xml ${APP_HOME_PATH}/log4j2-spring.xml
COPY fizz-bootstrap/sh/boot.sh ${APP_HOME_PATH}/boot.sh
COPY fizz-bootstrap/sh/docker-entrypoint.sh ${APP_HOME_PATH}/docker-entrypoint.sh
RUN chmod +x ${APP_HOME_PATH}/boot.sh
WORKDIR ${APP_HOME_PATH}
EXPOSE 8600
ENTRYPOINT ["/bin/bash", "./docker-entrypoint.sh"]
Java
1
https://gitee.com/fizzgate/fizz-gateway-node.git
git@gitee.com:fizzgate/fizz-gateway-node.git
fizzgate
fizz-gateway-node
fizz-gateway-node
master

搜索帮助