From b94cffdc34e15580219c55903a618fff3b3742c7 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 11:48:43 -0700 Subject: [PATCH] change to relative path --- Shilohimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shilohimage b/Shilohimage index 937ad70d..72a52074 100644 --- a/Shilohimage +++ b/Shilohimage @@ -99,7 +99,7 @@ RUN apt-get update \ USER frappe -COPY /home/lasthour/.ssh /home/frappe/.ssh +COPY ../../.ssh /home/frappe/.ssh RUN echo "StrictHostKeyChecking no" > ~/.ssh/config ARG FRAPPE_BRANCH=version-15