Initial commit

This commit is contained in:
Dawid Dziurla 2020-03-25 22:27:56 +01:00
commit c68af108d8
5 changed files with 49 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine:3.10
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]