This commit is contained in:
parent
bdd712c4e7
commit
e8b0de0b1f
@ -8,5 +8,5 @@ RUN mkdir -pm0700 "$HOME/.ssh/" \
|
|||||||
&& touch "$HOME/.ssh/known_hosts" "$HOME/.ssh/id_ed25519" \
|
&& touch "$HOME/.ssh/known_hosts" "$HOME/.ssh/id_ed25519" \
|
||||||
&& chmod 0600 "$HOME/.ssh"/*
|
&& chmod 0600 "$HOME/.ssh"/*
|
||||||
COPY entrypoint.sh /usr/local/bin/
|
COPY entrypoint.sh /usr/local/bin/
|
||||||
ENTRYPOINT "entrypoint.sh"
|
ENTRYPOINT ["entrypoint.sh"]
|
||||||
CMD ["borg"]
|
CMD ["borg"]
|
||||||
|
Loading…
Reference in New Issue
Block a user