Updated CHANGELOG. Fixed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 20:23:16 +01:00
parent f0079adc5b
commit 2d5fd18c0b
2 changed files with 7 additions and 3 deletions

View File

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

View File

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