赞
踩
docker build -t xxxx:v1 --file path/Dockerfile . # 也可以这么写 docker build -t xxx:v1 --file ./Dockerfile .. # 意思是dockerfile 所在的上一级目录会被拷贝到镜像