Update Dockerfile

This commit is contained in:
Stefan Zweifel 2019-12-12 20:45:42 +01:00
parent 68035425ff
commit 8bb153baaa
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ LABEL "maintainer"="Stefan Zweifel <hello@stefanzweifel.io>"
RUN apk add git-lfs
COPY lib.sh /lib.sh
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]