mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-03-08 02:48:00 +00:00
Add basic functions (#1)
* Add Dockerfile and main.sh * Add base settings for now
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