FROM debian:bookworm COPY . . RUN apt update && apt install pipx -y ENV PATH="$PATH:/root/.local/bin" CMD ./run.sh ./home.yml