1 Star 0 Fork 184

FORK / fizz-gateway

forked from FizzGate / fizz-gateway-node 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM java:8
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/diven-fork/fizz-gateway.git
git@gitee.com:diven-fork/fizz-gateway.git
diven-fork
fizz-gateway
fizz-gateway
master

搜索帮助