tests/tools/Docker/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 15 Jan 2023 21:40:58 +0100
branchwxPython4
changeset 3716 3dafdb6ad023
parent 3693 4058140a8757
permissions -rwxr-xr-x
IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4).
#!/bin/bash

set -e

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