# escape=` FROM plugins/base:windows-1809-amd64 LABEL maintainer="Drone.IO Community " ` org.label-schema.name="Drone Webhook" ` org.label-schema.vendor="Drone.IO Community" ` org.label-schema.schema-version="1.0" ADD release/windows/amd64/drone-webhook.exe C:/bin/drone-webhook.exe ENTRYPOINT [ "C:\\bin\\drone-webhook.exe" ]