0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-11-10 03:50:39 +00:00
wp-github-comment/docker/Dockerfile

10 lines
320 B
Docker
Raw Normal View History

2020-09-19 22:00:34 +00:00
FROM plugins/base:multiarch
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="Drone GitHub Comment" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
2020-09-20 12:05:14 +00:00
ADD /drone/src/release/drone-github-release /bin/
2020-09-19 22:00:34 +00:00
ENTRYPOINT [ "/bin/drone-github-release" ]