Update Dockerfile.windows.ltsc2022

This commit is contained in:
TP Honey
2022-12-19 11:27:38 +00:00
committed by GitHub
parent 2f41b6b4db
commit b31a480365
+1 -1
View File
@@ -8,5 +8,5 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
# TODO: install required tools
ADD release\drone-hugo.exe c:\drone-hugo.exe
ADD ADD release/windows/amd64/drone-hugo.exe c:\drone-hugo.exe
ENTRYPOINT [ "c:\\drone-hugo.exe" ]