chore: RUN echo cache-bust to force buildx layer invalidation

This commit is contained in:
Celes Renata
2026-05-01 22:57:29 +00:00
parent 3acfdfd11f
commit 63b62c5e9f
+1 -1
View File
@@ -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/