ci: include scripts in test image
This commit is contained in:
parent
1f94991601
commit
a25b08b870
@ -13,6 +13,7 @@ FROM base AS test
|
||||
COPY requirements-dev.txt /app/requirements-dev.txt
|
||||
RUN pip install --no-cache-dir -r /app/requirements-dev.txt
|
||||
COPY tests /app/tests
|
||||
COPY scripts /app/scripts
|
||||
|
||||
FROM base AS runtime
|
||||
EXPOSE 8090
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user