init commit

This commit is contained in:
2021-05-06 19:00:56 -04:00
parent 41e5caef58
commit 275c20f8a0
3 changed files with 46 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine
ADD run.sh /bin/
RUN chmod +x /bin/run.sh
RUN apk -Uuv add curl ca-certificates bash
#ENTRYPOINT /bin/run.sh