tests/tools/Docker/rebuild_docker.sh
author Nadim Khan <34601107+nadim4114@users.noreply.github.com>
Fri, 26 Apr 2024 13:40:34 +0530
changeset 3942 ac6408084c60
parent 3693 4058140a8757
permissions -rwxr-xr-x
Doc: Add about section (PR #33)

* added about section

* updated .gitignore to exclude doc/_build/
#!/bin/bash

set -e

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