From f57ead3bd566dd4f7ffe40deea73b6f8db819324 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Wed, 20 Mar 2024 13:18:52 -0700 Subject: [PATCH] Change home to absolute path --- Shilohimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shilohimage b/Shilohimage index 337efd40..546f98a4 100644 --- a/Shilohimage +++ b/Shilohimage @@ -99,7 +99,7 @@ RUN apt-get update \ USER frappe -COPY ~/.ssh ~/.ssh +COPY /home/lasthour/.ssh ~/.ssh RUN echo "StrictHostKeyChecking no" > ~/.ssh/config ARG FRAPPE_BRANCH=version-15