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