Files
mostovik-backend/docker/Dockerfile.health-hotfix
Aleksandr Meshchryakov 4c869b856c
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m28s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m23s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m49s
fix: exclude infrastructure probes from API throttling
2026-09-16 09:39:56 +02:00

6 lines
209 B
Docker

# Use only with the verified deployed image and a views-only application diff.
ARG HEALTH_BASE_IMAGE
FROM ${HEALTH_BASE_IMAGE}
COPY --chown=0:0 --chmod=0644 src/apps/core/views.py /app/src/apps/core/views.py