aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 09:10:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 09:10:44 +0300
commit722acb80f61063a776ca4fb59ed15a12edd6fa07 (patch)
treef552b03107e4ff7f3bb4649eb12842f68c2d6538 /Dockerfile
parentREADME: update (diff)
downloadcgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.tar.gz
cgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.zip
docker: change default paths
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"