6 lines
306 B
PowerShell
6 lines
306 B
PowerShell
|
# 1 - Use native build, which is the default for docker compose
|
||
|
# Setting this supresses the following line, which would otherwise be displayed:
|
||
|
#### Building with native build. Learn about native build in
|
||
|
#### Compose here: https://docs.docker.com/go/compose-native-build/
|
||
|
$env:COMPOSE_DOCKER_CLI_BUILD=1
|