fix: replace ENTRYPOINT by CMD
This commit is contained in:
parent
c3123be769
commit
a77a874d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ RUN apt-get update \
|
|||
borgbackup \
|
||||
openssh-client \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ENTRYPOINT ["borg"]
|
||||
CMD ["borg"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue