tests/tools/Docker/rebuild_docker.sh
author GP Orcullo <kinsamanka@gmail.com>
Fri, 10 Feb 2023 10:02:21 +0800
branchpython3
changeset 3786 50935528d313
parent 3693 4058140a8757
permissions -rwxr-xr-x
allow passing environment variables to ProcessLogger
#!/bin/bash

set -e

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