tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 15 Apr 2024 09:09:59 +0200
changeset 3932 62d04933d569
parent 3693 4058140a8757
permissions -rwxr-xr-x
IDE: Fix Variable grid ignoring edits. WxPython4 consequence.
#!/bin/bash

set -e

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