diff --git a/Shilohimage b/Shilohimage index 8ae5656d..f5a9eee7 100644 --- a/Shilohimage +++ b/Shilohimage @@ -99,10 +99,8 @@ RUN apt-get update \ USER frappe -RUN mkdir -p /home/frappe/.ssh && ln -s /run/secrets/user_ssh_key /home/frappe/.ssh/id_ed25519 -RUN chown -R frappe:frappe /home/frappe/.ssh -RUN chmod 600 /home/frappe/.ssh/id_ed25519 -RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile ~/.ssh/id_ed25519\n" >> /home/frappe/.ssh/config +RUN mkdir -p /home/frappe/.ssh +RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config RUN ssh -T git@githaven.org:2222/Shiloh/brotherton-erpnext.git