fix: epitest not stoping docker service

This commit is contained in:
AngeD 2021-10-29 23:34:36 +02:00
parent ff9822d595
commit 0239abc296

View File

@ -7,3 +7,4 @@ fi
systemctl start docker
docker run -it --rm --name epitest -v "$PWD":/tmp epitechcontent/epitest-docker:latest /bin/bash
systemctl stop docker