Compare commits

...

4 Commits

Author SHA1 Message Date
Tyler Perkins 4a264112f0
Merge branch 'main' into Dev
continuous-integration/drone/push Build is failing Details
2022-12-16 19:54:25 -05:00
Tyler Perkins a1b46c9d90 Update dockerfile 2022-12-16 19:53:06 -05:00
Tyler Perkins 28b4caa7aa
Add ntfy to drone (#4)
continuous-integration/drone/push Build is failing Details
* Add Dockerfile and main.sh

* Add base settings for now

* Add drone

* Fix typo in alpine name

* Add ntfy service to drone
2022-12-16 19:51:31 -05:00
Tyler Perkins e93440e203
Fix typo (#3)
continuous-integration/drone/push Build is passing Details
* Add Dockerfile and main.sh

* Add base settings for now

* Add drone

* Fix typo in alpine name
2022-12-16 19:41:26 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -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