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
This commit is contained in:
Tyler Perkins 2022-12-16 19:41:26 -05:00 committed by GitHub
parent 3e56688254
commit e93440e203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM apline
FROM alpine
ADD main.sh /bin/
RUN chmod +x /bin/main.sh
RUN apk -Uuv add curl ca-certificates