From 5a792fee1335ea60ca6930dddb6080bcf869213d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Mar 2021 23:17:14 +0300 Subject: further renaming work --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a690014..a99e1fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 RUN apk add --no-cache git openssh-client python3 -ARG ssh_sock_dir=/var/run/cgit-repos +ARG ssh_sock_dir=/var/run/cgitize ARG ssh_sock_path="$ssh_sock_dir/ssh-agent.sock" ENV SSH_AUTH_SOCK "$ssh_sock_path" -- cgit v1.2.3