mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-21 11:14:19 +00:00
Use /usr/lib/duplicity
as home
This commit is contained in:
parent
2a39871887
commit
7c54a49781
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue