fix global flag
This commit is contained in:
parent
714ce32c08
commit
7be08f459e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user