1 Star 0 Fork 51

mlnt / spring-boot-online-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make_docker.sh 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
空無一悟 提交于 2020-10-21 11:42 . 制作docker的相关脚本写好啦
#!/bin/bash
cd backend/exam/ && mvn clean package
cd ../../frontend/exam/ && npm install && npm run build
cd ../../ && docker build -t waterknife/exam .
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

搜索帮助