1 Star 0 Fork 54

长大、/coupons

forked from Silently9527/coupons 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
herman 提交于 2021-09-02 23:00 . DEV-DRIVEN properties
FROM centos:7
MAINTAINER silently9527
EXPOSE 9090
WORKDIR /data/app
RUN yum -y install java-1.8.0-openjdk.x86_64
COPY server/target/mall-coupons-server*.jar .
RUN mv mall-coupons-server*.jar mall-coupons-server.jar
ENTRYPOINT java -Djava.security.egd=file:/dev/./urandom -jar mall-coupons-server.jar --spring.profiles.active=prod --spring.config.location=/root/.coupons/conf/application.properties
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chenzesheng/mall-coupons-server.git
[email protected]:chenzesheng/mall-coupons-server.git
chenzesheng
mall-coupons-server
coupons
master

搜索帮助