Files
shgx_tz_mes_backend_sync/ZR.Admin.WebApi/build.bat
2021-12-05 18:17:05 +08:00

8 lines
126 B
Batchfile

@echo off
docker build -t ZRAdmin.NET:latest -f ./Dockerfile .
echo "==============查看镜像==========="
docker images
pause