fix: add CACHE_BUST ARG to Dockerfile + build args to force fresh COPY layers per commit
This commit is contained in:
@@ -16,6 +16,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ARG CACHE_BUST
|
||||
COPY services/ /app/services/
|
||||
COPY scripts/ /app/scripts/
|
||||
COPY tests/ /app/tests/
|
||||
|
||||
Reference in New Issue
Block a user