drone-ntfy/Dockerfile
Tyler Perkins e93440e203
All checks were successful
continuous-integration/drone/push Build is passing
Fix typo (#3)
* Add Dockerfile and main.sh

* Add base settings for now

* Add drone

* Fix typo in alpine name
2022-12-16 19:41:26 -05:00

6 lines
118 B
Docker

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