1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-10-16 06:07:25 +00:00

Use /usr/lib/duplicity as home

This commit is contained in:
Steffo 2023-05-17 21:56:20 +02:00
parent 2a39871887
commit 7c54a49781
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -10,8 +10,8 @@ RUN \
pip install pydrive2 && \
apk del rust musl-dev libffi-dev gcc python3-dev cargo git pkgconfig openssl-dev
WORKDIR /var/lib/duplicity
ENV HOME="/var/lib/duplicity"
WORKDIR /usr/lib/duplicity
ENV HOME="/usr/lib/duplicity"
# Add entrypoint
COPY ./entrypoint.sh /usr/lib/backup-duplicity/entrypoint.sh