This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
tools
/
gen-code
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ba82051bf8
Ramos
Etiquetas
master
gen-code
/
docker-build.sh
docker-build.sh
118 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
#!/bin/sh
# 打包并运行docker镜像
# 打包
mvn clean package
# 创建镜像
docker build -t tanghc2020/gen .