This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
nosum
/
gen-code
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
198415a040
Branchit
Tagit
master
gen-code
/
docker-build.sh
docker-build.sh
113 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
git pull
sh build.sh
# 打包并运行docker镜像
# 创建镜像
docker build -t tanghc2020/gen .