mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-04-22 06:57:58 +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
|
||||
Reference in New Issue
Block a user