try it without the symbolic link
This commit is contained in:
parent
3982bcbc6d
commit
355e2b383c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user