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

@@ -1,6 +1,11 @@
# [Unreleased] # [Unreleased]
## [v1.0.2] - 2020-12-21
### Fixed
- Dockerfile used to copy just entrypoint.sh.
## [v1.0.1] - 2020-12-21 ## [v1.0.1] - 2020-12-21
### Fixed ### Fixed

View File

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