From af2e1ae9074b53536d29b51354d4236d7e3656cf Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Wed, 16 Feb 2022 14:46:58 +0300 Subject: [PATCH] /sync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fc260f..8e1a027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ && apt-get install --no-install-suggests --no-install-recommends -y rsync curl \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* \ - && chmod -Rv 0777 "${GIT_SYNC_ROOT:-/tmp/git}/" + && RUN mkdir -m 02775 /sync && chown 65533:65533 /sync COPY rsync-sync* / -- GitLab