Fixed installations and xargs args.

This commit is contained in:
2024-05-30 23:24:55 +08:00
parent c20053df10
commit 3d63f9c254
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
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
RUN bash ./install.sh
CMD bash /app/file-o-bot