Add config folder

This commit is contained in:
Andras Schmelczer 2024-06-02 12:40:54 +01:00
parent d396a65adc
commit b9b0cae0d2
6 changed files with 24 additions and 19 deletions

View file

@ -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"]