chore: bust Docker buildx cache for services/ layer

This commit is contained in:
Celes Renata
2026-05-01 22:39:38 +00:00
parent 7102358f51
commit ab212db8be
+1
View File
@@ -19,6 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY services/ /app/services/ COPY services/ /app/services/
COPY scripts/ /app/scripts/ COPY scripts/ /app/scripts/
COPY tests/ /app/tests/ COPY tests/ /app/tests/
# cache-bust: 2026-05-01
COPY conftest.py /app/conftest.py COPY conftest.py /app/conftest.py
RUN useradd -m -u 1000 stonks && \ RUN useradd -m -u 1000 stonks && \