summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 12:49:01 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 12:49:01 +0100
commitfd0b8201823cb691cbaf6333daaa65d6e4399604 (patch)
tree70def7844d989b1145ebfd5a472be78c66a2a4f6
parent2e8e58d4fee338969da3ffb7bf0071626f7e03ae (diff)
Make sure to build the latest changes
-rwxr-xr-xci/startcompose.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/startcompose.sh b/ci/startcompose.sh
index 90f360c..54f0143 100755
--- a/ci/startcompose.sh
+++ b/ci/startcompose.sh
@@ -12,4 +12,4 @@ fi
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-docker-compose --file ci/docker/docker-compose.yml --project-directory $SCRIPT_DIR/.. up --abort-on-container-exit
+docker-compose --file ci/docker/docker-compose.yml --project-directory $SCRIPT_DIR/.. up --build --force-recreate --abort-on-container-exit