Skip to content

Commit d5f83c5

Browse files
committed
Update code
1 parent f6c512b commit d5f83c5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker/backend/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ COPY --chmod=444 --chown=root:root poetry.lock pyproject.toml ./
3535
RUN --mount=type=cache,target=${POETRY_CACHE_DIR},uid=${OWASP_UID},gid=${OWASP_GID} \
3636
poetry install --no-root --verbose --without test --without video
3737

38+
# Less likely to cause cache invalidation items go first.
3839
COPY entrypoint.sh manage.py wsgi.py ./
39-
COPY static static
40-
COPY templates templates
4140
COPY settings settings
41+
COPY templates templates
42+
COPY static static
4243
COPY apps apps
4344

4445
FROM python:3.13.11-alpine3.23

0 commit comments

Comments
 (0)