Update Dockerfile

This commit is contained in:
KoalaSat
2024-07-26 13:15:58 +00:00
committed by GitHub
parent f93944d373
commit b1ca6ef568

View File

@ -3,8 +3,8 @@ FROM debian:bullseye-slim
RUN apt update
RUN apt-get install rsync -y
WORKDIR /usr/src
COPY backup.sh /usr/src
WORKDIR /usr/src
CMD ["bash","backup.sh"]