mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
Update Dockerfile
This commit is contained in:
parent
dc6d2dcd10
commit
ec161b283e
@ -9,7 +9,7 @@ COPY . ./bec
|
|||||||
|
|
||||||
WORKDIR /code/bec/bec_client
|
WORKDIR /code/bec/bec_client
|
||||||
RUN pip install -e .
|
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
|
# command to run on container start
|
||||||
CMD [ "pytest", "-v", "./tests"]
|
CMD [ "pytest", "-v", "./tests"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user