diff --git a/docker/Dockerfile b/docker/Dockerfile index 0cb5e18..9d7b434 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -# cache-bust: 2026-05-01-v2 +RUN echo "cache-bust-2026-05-01" COPY services/ /app/services/ COPY scripts/ /app/scripts/ COPY tests/ /app/tests/