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

8 lines
123 B
Docker

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