tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 19 Sep 2024 12:05:35 +0200
changeset 4015 ab96d56f9ae9
parent 3693 4058140a8757
permissions -rwxr-xr-x
MQTT: fix bisection failing when topics start with same substring.
#!/bin/bash

set -e

./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1