Fixed installations and xargs args.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user