Changed README. Fixed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 20:11:26 +01:00
parent 67587a1976
commit f0079adc5b
2 changed files with 5 additions and 2 deletions

View File

@@ -9,5 +9,7 @@ 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
ENTRYPOINT ["/entrypoint.sh"]