Skip to content

Commit b8a3ade

Browse files
committed
fix: path
1 parent c11240d commit b8a3ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)