isolate stress tests

This commit is contained in:
aler9 2020-12-16 13:23:42 +01:00
parent 4b3b0bb73c
commit 007cfb33ae
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ lint:
stress: stress:
docker build -q . -f stress/$(NAME)/Dockerfile -t temp docker build -q . -f stress/$(NAME)/Dockerfile -t temp
docker run --rm -it --network=host temp docker run --rm -it -p 9999:9999 temp
define DOCKERFILE_RUN define DOCKERFILE_RUN
FROM amd64/$(BASE_IMAGE) FROM amd64/$(BASE_IMAGE)