try it without the symbolic link

This commit is contained in:
PAlexanderFranklin 2024-03-21 12:43:41 -07:00
parent 3982bcbc6d
commit 355e2b383c

View File

@ -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