Add config folder
This commit is contained in:
parent
d396a65adc
commit
b9b0cae0d2
6 changed files with 24 additions and 19 deletions
|
|
@ -4,8 +4,8 @@ USER root
|
|||
|
||||
RUN apk --no-cache add btrfs-progs openssh borgbackup bash coreutils
|
||||
|
||||
COPY ssh_config /etc/ssh/
|
||||
COPY src /src
|
||||
COPY exclude.conf /exclude.conf
|
||||
COPY config/ssh_config /etc/ssh/
|
||||
COPY config/exclude.conf /exclude.conf
|
||||
|
||||
ENTRYPOINT ["sh", "-c", "/src/schedule.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue