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
6 lines
209 B
Docker
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
|