fix: replace ENTRYPOINT by CMD
All checks were successful
/ deploy (push) Successful in 9s

This commit is contained in:
ange 2025-04-20 13:24:28 +00:00
parent c3123be769
commit a77a874d8c
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -4,4 +4,4 @@ RUN apt-get update \
borgbackup \ borgbackup \
openssh-client \ openssh-client \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["borg"] CMD ["borg"]