diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-03-27 22:40:32 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-03-27 22:40:32 -0600 |
| commit | 7d523da5d7defbf68a07f746a0d75ea18960267c (patch) | |
| tree | 991327ebf9efce83abb043e5374bb9426dd575f1 /ci/docker-build.sh | |
| parent | 6b90c3b2bc7fe888ba6c69e89d4c632daceda03b (diff) | |
checkpoint for reagent and easy-routes changes in progress
Diffstat (limited to 'ci/docker-build.sh')
| -rwxr-xr-x | ci/docker-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker-build.sh b/ci/docker-build.sh index 80efcd9..b927920 100755 --- a/ci/docker-build.sh +++ b/ci/docker-build.sh @@ -13,7 +13,7 @@ pushd ${builddir} 2>/dev/null tar Jcvf docker-start.tar.xz data/ docker stop ${container} || true docker container prune -f -docker rmi --force ${container} +docker rmi --force ${container} || true DOCKER_BUILDKIT=0 docker compose \ --progress "plain" \ |
