drone-ntfy/Dockerfile
Tyler Perkins cd40495ff4
Some checks failed
continuous-integration/drone/push Build is failing
Fix docker file (#5)
* Add Dockerfile and main.sh

* Add base settings for now

* Add drone

* Fix typo in alpine name

* Add ntfy service to drone

* Update dockerfile
2022-12-16 19:54:31 -05:00

6 lines
119 B
Docker

FROM alpine
COPY main.sh /bin/
RUN chmod +x /bin/main.sh
RUN apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/main.sh