rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 14 Aug 2022 19:15:04 +0200
changeset 98 54c0e2662dd3
parent 37 fd09116d3537
permissions -rwxr-xr-x
revisions.txt is expected in $CWD When building Windows installer, in $CWD/sources for Snap. Deal with it for now.
#!/bin/bash

set -e

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