0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-20 01:12:46 +02:00
wp-ansible/docker/Dockerfile.windows.amd64
2019-01-20 22:20:01 +01:00

13 lines
367 B
Docker

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