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