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

This commit is contained in:
Alex Shevchuk
2025-09-17 16:28:57 +03:00
parent a11e3b3a82
commit f64936e0f3

View File

@@ -28,8 +28,8 @@ ARG CONFIG_FILE_PATH
RUN apk add --no-cache ca-certificates tzdata RUN apk add --no-cache ca-certificates tzdata
COPY --from=certs /YandexInternalRootCA.crt /root/.redis/YandexInternalRootCA.crt COPY --from=certs /YandexInternalRootCA.crt /etc/.redis/YandexInternalRootCA.crt
COPY --from=certs /YandexInternalRootCA.crt /root/.postgres/YandexInternalRootCA.crt COPY --from=certs /YandexInternalRootCA.crt /etc/.postgres/YandexInternalRootCA.crt
COPY ${CONFIG_FILE_PATH} /config.yaml COPY ${CONFIG_FILE_PATH} /config.yaml
COPY --from=builder /app/main /main COPY --from=builder /app/main /main