tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 02 Feb 2023 17:48:51 +0100
branchwxPython4
changeset 3721 6365e33fb11f
parent 3693 4058140a8757
permissions -rwxr-xr-x
Tests: allow overriding local host's hostname with BEREIS_LOCAL_HOST env variable.
#!/bin/bash

set -e

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