1 Commits

Author SHA1 Message Date
Alex Shevchuk
f64936e0f3 77 СЕМЬ
All checks were successful
Go Linter / Run golangci-lint (api_gateway) (push) Successful in 3m56s
Go Linter / Tag Commit (push) Successful in 15s
Go Linter / Build golang services (api_gateway) (push) Successful in 4m15s
Go Linter / Push Docker Images (api_gateway) (push) Successful in 5m0s
2025-09-17 16:28:57 +03:00

View File

@@ -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