tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 22 May 2023 14:40:49 +0200
changeset 3814 ab0afe798428
parent 3693 4058140a8757
permissions -rwxr-xr-x
Examples: use print() function in "python" example
#!/bin/bash

set -e

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