1 Star 0 Fork 197

喝酸奶不舔盖 / dax-pay

forked from dromara / dax-pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
# java8基础镜像
FROM registry.cn-beijing.aliyuncs.com/xxm1995/java8
# 作者信息
MAINTAINER xxm1995@outlook.com
# 时区设置
ENV TZ=Asia/Shanghai
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 启动命令
ENV JAVA_COMM="-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8"
# 启动选项配置
ENV JAVA_OPTS=""
# Agent配置
ENV JAVA_AGENT=""
# 参数配置
ENV JAVA_ARGS=""
# 工作目录
WORKDIR /
# 端口暴露
EXPOSE 9000
# 添加执行jar包
ADD daxpay-single/daxpay-single-start/target/daxpay-start.jar dax-start.jar
# 执行启动命令
CMD java $JAVA_OPTS -jar dax-start.jar
Java
1
https://gitee.com/one8090/dax-pay.git
git@gitee.com:one8090/dax-pay.git
one8090
dax-pay
dax-pay
allocation

搜索帮助

53164aa7 5694891 3bd8fe86 5694891