Changed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 21:39:35 +01:00
parent 0cb5842c53
commit 5b2be75e1a

View File

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