【新增】新增 build Luban.Client docker映像的脚本
parent
346febc8cb
commit
681260e06a
|
|
@ -1,2 +1,2 @@
|
|||
docker build -t luban.server:latest -f Dockerfile ../..
|
||||
docker build -t luban.client:latest -f Dockerfile ../..
|
||||
pause
|
||||
|
|
@ -0,0 +1 @@
|
|||
docker build -t luban-client:latest -f Dockerfile ../..
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
docker tag luban-client:latest focuscreativegames/luban-client:latest
|
||||
docker push focuscreativegames/luban-client:latest
|
||||
pause
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
docker tag luban-client:latest focuscreativegames/luban-client:latest
|
||||
docker push focuscreativegames/luban-client:latest
|
||||
Loading…
Reference in New Issue