This commit is contained in:
parent
bdd712c4e7
commit
e8b0de0b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ RUN mkdir -pm0700 "$HOME/.ssh/" \
|
|||
&& touch "$HOME/.ssh/known_hosts" "$HOME/.ssh/id_ed25519" \
|
||||
&& chmod 0600 "$HOME/.ssh"/*
|
||||
COPY entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT "entrypoint.sh"
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
CMD ["borg"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue