Skip to content

Commit 2472ebd

Browse files
committed
Nit.
1 parent bb554e0 commit 2472ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Resources/DockerBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ if (Test-Path $sourceDependenciesDir)
172172
if (-not [string]::IsNullOrEmpty($targetPath) -and (Test-Path $targetPath))
173173
{
174174
Write-Host "Found symbolic link '$($link.Name)' -> '$targetPath'" -ForegroundColor Cyan
175-
$volumeMappings += @("-v", "${targetPath}:${targetPath}")
175+
$volumeMappings += @("-v", "${targetPath}:${targetPath}:ro")
176176
$MountPoints += $targetPath
177177
}
178178
else

0 commit comments

Comments
 (0)