【新增】新增 build Luban.Client docker映像的脚本

main
walon 2021-07-05 10:49:04 +08:00
parent 346febc8cb
commit 681260e06a
4 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
docker build -t luban.server:latest -f Dockerfile ../.. docker build -t luban.client:latest -f Dockerfile ../..
pause pause

View File

@ -0,0 +1 @@
docker build -t luban-client:latest -f Dockerfile ../..

View File

@ -0,0 +1,3 @@
docker tag luban-client:latest focuscreativegames/luban-client:latest
docker push focuscreativegames/luban-client:latest
pause

View File

@ -0,0 +1,2 @@
docker tag luban-client:latest focuscreativegames/luban-client:latest
docker push focuscreativegames/luban-client:latest