remove exit 0

This commit is contained in:
2025-08-06 08:26:01 -05:00
parent 9a6a5eeaf8
commit 090322c9b1

View File

@@ -82,7 +82,6 @@ docker_build_image() {
} >"${dockerfile}"
exit 0
echo_info "building ${image_tag}"
docker build \
-t "${image_tag}" \