We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb554e0 commit 2472ebdCopy full SHA for 2472ebd
src/PostSharp.Engineering.BuildTools/Resources/DockerBuild.ps1
@@ -172,7 +172,7 @@ if (Test-Path $sourceDependenciesDir)
172
if (-not [string]::IsNullOrEmpty($targetPath) -and (Test-Path $targetPath))
173
{
174
Write-Host "Found symbolic link '$($link.Name)' -> '$targetPath'" -ForegroundColor Cyan
175
- $volumeMappings += @("-v", "${targetPath}:${targetPath}")
+ $volumeMappings += @("-v", "${targetPath}:${targetPath}:ro")
176
$MountPoints += $targetPath
177
}
178
else
0 commit comments