3 lines
92 B
Batchfile
3 lines
92 B
Batchfile
@echo off
|
|
set DOCKER_BUILDKIT=1
|
|
docker build --progress=plain --file Dockerfile --output . . |