tests/tools/Docker/rebuild_docker.sh
author GP Orcullo <kinsamanka@gmail.com>
Mon, 31 Oct 2022 18:21:09 +0800
branchpython3
changeset 3770 1eee037e81f7
parent 3693 4058140a8757
permissions -rwxr-xr-x
fixed missing import
#!/bin/bash

set -e

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