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

@@ -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"]