initial commit

This commit is contained in:
Aaron Riedel 2023-02-13 22:48:01 +01:00
commit 0a4114ebb9
Signed by: aaron
GPG key ID: 643004654D40D577
5 changed files with 35 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM alpine:3.17.2
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]