Initial commit

This commit is contained in:
2022-01-10 13:33:06 +01:00
commit 82e7e6a96d
3 changed files with 11 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache curl
COPY entrypoint.sh /bin/entrypoint.sh
CMD ["/bin/entrypoint.sh"]