Updated CHANGELOG. Changed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 21:10:08 +01:00
parent 40de7fd0b7
commit 0cb5842c53
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,6 @@ RUN apk update && \
COPY LICENSE README.md /
COPY *.sh ./
COPY *.sh /
ENTRYPOINT ["/entrypoint.sh"]