fix(ci): isolate contract and image scans from host paths
This commit is contained in:
@@ -24,6 +24,8 @@ FROM runtime-base AS test
|
||||
COPY backend/requirements.lock ./requirements.lock
|
||||
RUN pip install --no-cache-dir -r requirements.lock
|
||||
COPY backend/tests ./tests
|
||||
COPY contracts ./contracts
|
||||
COPY scripts/check-contracts.py ./scripts/check-contracts.py
|
||||
USER app
|
||||
|
||||
FROM runtime-base AS runtime
|
||||
|
||||
Reference in New Issue
Block a user