1 Star 0 Fork 51

mlnt / spring-boot-online-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
空無一悟 提交于 2020-10-21 11:42 . 制作docker的相关脚本写好啦
FROM waterknife/centos-nginx-jdk8
WORKDIR /lsg/
COPY backend/exam/target/exam-0.0.1-SNAPSHOT.jar ./
COPY doc/deploy/nginx.conf /etc/nginx/nginx.conf
COPY frontend/exam/dist /usr/share/nginx/html
COPY entrypoint.sh ./
EXPOSE 80 9527
ENTRYPOINT ["sh","entrypoint.sh"]
Java
1
https://gitee.com/mlnt/spring-boot-online-exam.git
git@gitee.com:mlnt/spring-boot-online-exam.git
mlnt
spring-boot-online-exam
spring-boot-online-exam
master

搜索帮助