tests/tools/Docker/rebuild_docker.sh
author GP Orcullo <kinsamanka@gmail.com>
Fri, 10 Feb 2023 18:40:42 +0800
branchpython3
changeset 3787 56ceda9889f8
parent 3693 4058140a8757
permissions -rwxr-xr-x
CLIController: use absolute project path
#!/bin/bash

set -e

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