We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab7dec commit 8531d32Copy full SHA for 8531d32
1 file changed
Dockerfile
@@ -53,6 +53,7 @@ COPY --from=python_builder --chown=${CONTAINER_USER}:${CONTAINER_GROUP} ${VIRTUA
53
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} ./manage_breast_screening /app/manage_breast_screening
54
COPY --from=node_builder --chown=${CONTAINER_USER}:${CONTAINER_GROUP} /app/manage_breast_screening/assets/compiled /app/manage_breast_screening/assets/compiled
55
COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} manage.py ./
56
+COPY --chown=${CONTAINER_USER}:${CONTAINER_GROUP} --chmod=444 flags*.yml ./
57
COPY --chown=root:root --chmod=755 scripts/docker/entrypoint.sh /app/entrypoint.sh
58
59
# Run django commands
0 commit comments