Prepare for env variables in Windows containers

This commit is contained in:
Alexey Pustovalov
2024-12-30 20:17:45 +09:00
parent ab18a9f39f
commit e62d67cacf
3 changed files with 26 additions and 41 deletions

View File

@ -33,7 +33,6 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
ADD config_templates C:\config_templates
RUN Set-Location -Path $env:SystemDrive\.; `
dir C:\config_templates; `
`
New-Item -ItemType directory -Path $env:SystemDrive\zabbix_src | Out-Null; `
New-Item -ItemType directory -Path $env:ZBX_OUTPUT_DIR | Out-Null; `