8 lines
126 B
Batchfile
8 lines
126 B
Batchfile
@echo off
|
|
|
|
docker build -t ZRAdmin.NET:latest -f ./Dockerfile .
|
|
|
|
echo "==============查看镜像==========="
|
|
docker images
|
|
|
|
pause |