mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-03-08 02:48:00 +00:00
Add Dockerfile and main.sh
This commit is contained in:
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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user