Update Dockerfile

Adding volume for CA certificates
This commit is contained in:
rcastropolizainformatica 2021-03-23 11:04:27 +01:00 committed by GitHub
parent a49b48646a
commit d587a71baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,7 @@ WORKDIR /restic-compose-backup
RUN pip3 install -U pip setuptools wheel && pip3 install -e .
ENV XDG_CACHE_HOME=/cache
VOLUME ["/usr/local/share/ca-certificates"]
ENTRYPOINT []
CMD ["./entrypoint.sh"]