mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2024-06-08 02:40:40 +00:00
Add Dockerfile and main.sh
This commit is contained in:
parent
ac6d974c9f
commit
d8d8569a00
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM apline
|
||||
ADD main.sh /bin/
|
||||
RUN chmod +x /bin/main.sh
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ENTRYPOINT /bin/main.sh
|
@ -1,2 +1,6 @@
|
||||
# drone-ntfy
|
||||
A Drone plugin for ntfy
|
||||
|
||||
A [Drone](https://drone.io) plugin for ntfy.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user