Skip to content

Commit 4114347

Browse files
authored
Use ENTRYPOINT instead of CMD
1 parent a5e5476 commit 4114347

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
@@ -7,7 +7,7 @@ ADD https://download.microsoft.com/download/E/4/7/E4771905-1079-445B-8BF9-8A1A07
77

88
RUN ["powershell", "C:/SHIR/build.ps1"]
99

10-
CMD ["powershell", "C:/SHIR/setup.ps1"]
10+
ENTRYPOINT ["powershell", "C:/SHIR/setup.ps1"]
1111

1212
ENV SHIR_WINDOWS_CONTAINER_ENV True
1313

0 commit comments

Comments
 (0)