mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2024-06-08 02:40:40 +00:00
Update dockerfile
This commit is contained in:
parent
34bc791186
commit
a1b46c9d90
@ -1,5 +1,5 @@
|
||||
FROM alpine
|
||||
ADD main.sh /bin/
|
||||
COPY main.sh /bin/
|
||||
RUN chmod +x /bin/main.sh
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ENTRYPOINT /bin/main.sh
|
||||
|
Loading…
Reference in New Issue
Block a user