Remove container after running the tests

This commit is contained in:
Dmitri Bogomolov 2021-11-17 21:18:47 +02:00
parent b67f86146e
commit e43ed6f6d3
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -1,4 +1,4 @@
#!/bin/bash
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
docker run pybm-test
docker run --rm pybm-test