gotify-action/Dockerfile
2020-03-31 19:22:19 +02:00

7 lines
123 B
Docker

FROM curlimages/curl:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]