This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tools
/
gen-code
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ba82051bf8
Branches
Tags
master
gen-code
/
docker-build.sh
docker-build.sh
118 B
Historique
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# 打包并运行docker镜像
# 打包
mvn clean package
# 创建镜像
docker build -t tanghc2020/gen .