Update Dockerfile

This commit is contained in:
wakonig_k 2022-07-18 08:09:01 +00:00
parent dc6d2dcd10
commit ec161b283e

View File

@ -9,7 +9,7 @@ COPY . ./bec
WORKDIR /code/bec/bec_client
RUN pip install -e .
RUN pip install pytest pytest-timeout
RUN pip install pytest pytest-timeout pytest-random-order
# command to run on container start
CMD [ "pytest", "-v", "./tests"]