diff --git a/Dockerfile b/Dockerfile index b7b0a3e..e38699e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ FROM debian -RUN apt-get update && apt-get -y install cron +RUN apt-get update && apt-get -y install cron openssh-client COPY entrypoint.sh /entrypoint.sh +COPY backup.sh /backups.sh + ENTRYPOINT [ "/entrypoint.sh" ]