pyflo/pybtc/test/connector/run.sh
2019-04-26 12:10:08 +04:00

8 lines
247 B
Bash
Executable File

docker container kill test-connector
docker container rm test-connector
docker build -t test-connector .
docker run --rm \
--name connector \
--net=host \
-v $(pwd)/../../../:/pybtc \
-it test-connector