rebuild_docker.sh
author etisserant <edouard.tisserant@gmail.com>
Tue, 17 May 2022 16:03:04 +0200
changeset 41 77b38c4d0d7f
parent 37 fd09116d3537
permissions -rwxr-xr-x
Dockerfile: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
#!/bin/bash

set -e

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