docker and docker-compose commands
Invoke-DockerCompose which will be the basis of all other future dc prefixed commands (which currently contains to much copy-pasted code)
This commit is contained in:
parent
6e56ac6097
commit
24b5e928d0
14 changed files with 183 additions and 17 deletions
|
@ -29,7 +29,7 @@ begin {
|
|||
}
|
||||
|
||||
if( [string]::IsNullOrWhiteSpace($DirPermission) ) {
|
||||
$DirPermission = $env:SZ_DIR_PERM ?? "664"
|
||||
$DirPermission = $env:SZ_DIR_PERM ?? "775"
|
||||
}
|
||||
|
||||
$cmdArgs = "-Recurse:`$$(-not $NonRecursive) -Force:`$$Force"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue