From 722acb80f61063a776ca4fb59ed15a12edd6fa07 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Mar 2022 09:10:44 +0300 Subject: docker: change default paths --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 5e6d53a..d540a02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache bash git openssh-client python3 tini COPY --from=build ["/tmp/venv", "/tmp/venv/"] -ARG ssh_sock_dir=/var/run/cgitize +ARG ssh_sock_dir=/ ARG ssh_sock_path="$ssh_sock_dir/ssh-agent.sock" ENV SSH_AUTH_SOCK "$ssh_sock_path" -- cgit v1.2.3