touch
All checks were successful
/ build-docker-image (push) Successful in 9s

This commit is contained in:
2025-03-08 14:42:29 +00:00
parent c2e0dc8553
commit ffa6306b38

View File

@@ -8,4 +8,5 @@ RUN apt update
RUN apt install -y proxmox-backup-client RUN apt install -y proxmox-backup-client
COPY ./docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh COPY ./docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ] ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]