mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2025-04-05 04:27:58 +00:00
Fix typo (#3)
* Add Dockerfile and main.sh * Add base settings for now * Add drone * Fix typo in alpine name
This commit is contained in:
parent
3e56688254
commit
e93440e203
@ -1,4 +1,4 @@
|
|||||||
FROM apline
|
FROM alpine
|
||||||
ADD main.sh /bin/
|
ADD 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
|
||||||
|
Loading…
Reference in New Issue
Block a user