mirror of
https://github.com/thegeeklab/drone-matrix.git
synced 2024-11-05 19:20:39 +00:00
11 lines
331 B
Docker
11 lines
331 B
Docker
# escape=`
|
|
FROM plugins/base:windows-amd64
|
|
|
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
|
org.label-schema.name="Drone Matrix" `
|
|
org.label-schema.vendor="Drone.IO Community" `
|
|
org.label-schema.schema-version="1.0"
|
|
|
|
ADD release\drone-matrix.exe c:\drone-matrix.exe
|
|
ENTRYPOINT [ "c:\\drone-matrix.exe" ]
|