rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 20 May 2022 13:38:48 +0200
changeset 53 11a61f120e22
parent 37 fd09116d3537
permissions -rwxr-xr-x
GH Action workflow: more acurate makefile target touching
#!/bin/bash

set -e

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