From a25954aaa96c99446ac144fa2f5f5586acf4c4df Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Fri, 13 May 2022 12:35:38 +0100 Subject: Add /app/recipes as a safe directory to git config This was due to a problem on the image of the main server --- docker/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index a928f7e..a5b69ac 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -34,6 +34,7 @@ else fi cd recipes +git config --global --add safe.directory /app/recipes pnpm i pnpm package cd .. -- cgit v1.2.3-70-g09d2