drone-hugo/docker/Dockerfile.windows.amd64
2019-01-20 22:20:06 +01:00

12 lines
360 B
Text

# escape=`
FROM plugins/base:windows-amd64
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
org.label-schema.name="Drone Mercurial" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"
# TODO: install required tools
ADD release\drone-hugo.exe c:\drone-hugo.exe
ENTRYPOINT [ "c:\\drone-hugo.exe" ]