gotify-action/Dockerfile

6 lines
94 B
Text
Raw Permalink Normal View History

2020-03-31 19:22:19 +02:00
FROM curlimages/curl:latest
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]