fix global flag

This commit is contained in:
PAlexanderFranklin 2024-03-21 13:14:02 -07:00
parent 714ce32c08
commit 7be08f459e

View File

@ -101,7 +101,7 @@ USER frappe
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 git config -g core.sshCommand 'ssh -i /run/secrets/user_ssh_key'
RUN git config --global core.sshCommand 'ssh -i /run/secrets/user_ssh_key'
ARG FRAPPE_BRANCH=version-15
ARG FRAPPE_PATH=https://github.com/frappe/frappe