1 Star 1 Fork 249

andy / stressTestSystem

forked from smooth / stressTestSystem 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 133 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM java:8
EXPOSE 8080
VOLUME /tmp
ADD renren-fast.jar /app.jar
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-jar","/app.jar"]
Java
1
https://gitee.com/itestwork/stressTestSystem.git
git@gitee.com:itestwork/stressTestSystem.git
itestwork
stressTestSystem
stressTestSystem
master

搜索帮助