This commit is contained in:
Dawid Dziurla 2020-03-25 23:13:26 +01:00
parent c68af108d8
commit d3ce6af944
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
7 changed files with 90 additions and 23 deletions

View file

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