Add docker support for tank2.0.0

This commit is contained in:
zicla
2019-01-08 01:39:57 +08:00
parent 70b5c10865
commit 22a85eb7d4
5 changed files with 14 additions and 71 deletions

View File

@ -33,7 +33,7 @@ docker container prune
# 构建新版本 (最后的.不能少)
docker build -t eyeblue/tank:x.x.x .
# 本地测试
docker-compose up -d
docker run --name tank -p 6010:6010 -d eyeblue/tank:x.x.x
# 没问题后,推送到远程
docker push eyeblue/tank:x.x.x
```