From bc7e8141d6a476b8838af18aa62684a909bbad38 Mon Sep 17 00:00:00 2001 From: Rustem Khusnutdinov Date: Thu, 28 Nov 2024 19:08:43 +0300 Subject: [PATCH] + --- src/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker-entrypoint.sh b/src/docker-entrypoint.sh index 4d0a2b1..91d12aa 100644 --- a/src/docker-entrypoint.sh +++ b/src/docker-entrypoint.sh @@ -4,4 +4,4 @@ eval $(ssh-agent -s) mkdir -p ~/.ssh/ && chmod 700 ~/.ssh echo "$SSH_PRIVATE_KEY" | ssh-add - -./entrypoint \ No newline at end of file +/usr/local/bin/entrypoint \ No newline at end of file