From f64936e0f34bf6b85389a16436d29a58f41b616f Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Wed, 17 Sep 2025 16:28:57 +0300 Subject: [PATCH] =?UTF-8?q?77=20=D0=A1=D0=95=D0=9C=D0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d610a4..145593d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ ARG CONFIG_FILE_PATH RUN apk add --no-cache ca-certificates tzdata -COPY --from=certs /YandexInternalRootCA.crt /root/.redis/YandexInternalRootCA.crt -COPY --from=certs /YandexInternalRootCA.crt /root/.postgres/YandexInternalRootCA.crt +COPY --from=certs /YandexInternalRootCA.crt /etc/.redis/YandexInternalRootCA.crt +COPY --from=certs /YandexInternalRootCA.crt /etc/.postgres/YandexInternalRootCA.crt COPY ${CONFIG_FILE_PATH} /config.yaml COPY --from=builder /app/main /main