0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-09-19 15:12:46 +02:00
wp-github-comment/docker/Dockerfile.amd64

10 lines
315 B
Docker
Raw Normal View History

2020-09-20 00:00:34 +02: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 22:43:22 +02:00
ADD release/amd64/drone-github-comment /bin/
2020-09-20 14:56:44 +02:00
ENTRYPOINT [ "/bin/drone-github-comment" ]