Update Dockerfile

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

View File

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