gotify-action/Dockerfile

8 lines
123 B
Text
Raw Normal View History

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