mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2025-04-04 20:17:59 +00:00
Fix Dockerfile entry point (#6)
* Add Dockerfile and main.sh * Add base settings for now * Add drone * Fix typo in alpine name * Add ntfy service to drone * Update dockerfile * Fix entry point in Dockerfile
This commit is contained in:
parent
cd40495ff4
commit
0ca6b05d20
@ -1,5 +1,5 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
COPY 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 bash
|
||||||
ENTRYPOINT /bin/main.sh
|
ENTRYPOINT bash /bin/main.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user