tests/tools/Docker/rebuild_docker.sh
author GP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 20:04:12 +0800
branchpython3
changeset 3766 f99def63cdd8
parent 3693 4058140a8757
permissions -rwxr-xr-x
Update to wx.NewIdRef()
#!/bin/bash

set -e

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