This commit is contained in:
Stéphane Busso
2020-12-23 10:07:55 +13:00
parent b1fcc60e3e
commit ef7f651966
4 changed files with 55 additions and 48 deletions

View File

@@ -0,0 +1,7 @@
param (
[string]$docker_compose_version
)
$ErrorActionPreference = "Stop";
Invoke-WebRequest -O "dist/docker-compose.exe" "https://github.com/docker/compose/releases/download/$($docker_compose_version)/docker-compose-Windows-x86_64.exe"