mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-04-19 21:58:01 +00:00
Fix docker file (#5)
* Add Dockerfile and main.sh * Add base settings for now * Add drone * Fix typo in alpine name * Add ntfy service to drone * Update dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
ADD main.sh /bin/
|
COPY main.sh /bin/
|
||||||
RUN chmod +x /bin/main.sh
|
RUN chmod +x /bin/main.sh
|
||||||
RUN apk -Uuv add curl ca-certificates
|
RUN apk -Uuv add curl ca-certificates
|
||||||
ENTRYPOINT /bin/main.sh
|
ENTRYPOINT /bin/main.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user