7 Star 158 Fork 51

空無一悟 / spring-boot-online-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
空無一悟 提交于 2021-11-16 03:30 . 完善镜像构建
#!/bin/bash
rm -rf backend/src/main/resources/static
rm -rf frontend/dist
cd frontend && npm install && npm run build && mv dist ../backend/src/main/resources/static
cd ../backend && mvn clean package
cd ../ && docker build -t waterknife/exam .
Java
1
https://gitee.com/lsgwr/spring-boot-online-exam.git
git@gitee.com:lsgwr/spring-boot-online-exam.git
lsgwr
spring-boot-online-exam
spring-boot-online-exam
master

搜索帮助