8 lines
122 B
Batchfile
8 lines
122 B
Batchfile
|
|
@echo off
|
|||
|
|
|
|||
|
|
docker build -t ZRAdmin:latest -f ./Dockerfile .
|
|||
|
|
|
|||
|
|
echo "==============<3D>鿴<EFBFBD><E9BFB4><EFBFBD><EFBFBD>==========="
|
|||
|
|
docker images
|
|||
|
|
|
|||
|
|
pause
|