Skip to content

Commit b8a3ade

Browse files
committed
fix: path
1 parent c11240d commit b8a3ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ADD install-vector.ps1 install-vector.ps1
1212

1313
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
1414

15-
RUN install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
15+
RUN .\install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
1616

1717
FROM mcr.microsoft.com/windows/nanoserver:$WINDOWS_VERSION as runtime
1818

0 commit comments

Comments
 (0)