Update Dockerfile.windows.1809

This commit is contained in:
TP Honey
2022-12-19 11:27:24 +00:00
committed by GitHub
parent 68614c4456
commit 2f41b6b4db
+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 release/windows/amd64/drone-hugo.exe c:\drone-hugo.exe
ENTRYPOINT [ "c:\\drone-hugo.exe" ]