mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2024-06-08 02:40:40 +00:00
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM apline
|
|
ADD main.sh /bin/
|
|
RUN chmod +x /bin/main.sh
|
|
RUN apk -Uuv add curl ca-certificates
|
|
ENTRYPOINT /bin/main.sh
|