gotify-action/Dockerfile
eikendev 21dbc832c5 Remove chmod from Dockerfile
Apparently, GitHub Actions disallows the use of `chmod` in this case.
2020-03-31 19:52:04 +02:00

5 lines
94 B
Docker

FROM curlimages/curl:latest
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]