1 Star 0 Fork 123

巴顿/dream-security

forked from 如梦技术/mica-security 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
如梦技术 提交于 2019-08-04 18:04 . :tada:初始化项目.
FROM anapsix/alpine-java:8_server-jre_unlimited
MAINTAINER 596392912@qq.com
RUN mkdir -p /dream/bin/net.dreamlu/dream-security
WORKDIR /dream/bin/net.dreamlu/dream-security
EXPOSE 9000
ADD ./target/dream-security.jar ./
CMD java -Djava.security.egd=file:/dev/./urandom -jar dream-security.jar --server.port=9000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liangzhenghui/dream-security.git
git@gitee.com:liangzhenghui/dream-security.git
liangzhenghui
dream-security
dream-security
master

搜索帮助