2021-08-23 16:57:25 +08:00

8 lines
122 B
Batchfile

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