Initial commit

This commit is contained in:
2024-05-27 21:59:41 +08:00
parent 54a4e887c3
commit 1ff500cdfb
7 changed files with 136 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM debian:bookworm-slim
RUN apt update && apt upgrade -y && apt install rsync parallel jq
COPY . /app
WORKDIR /app
CMD bash /app/file-o-bot.sh