diff --git a/docker/bootstrap.sh b/docker/bootstrap.sh index caf3fc7..c5ce0fa 100755 --- a/docker/bootstrap.sh +++ b/docker/bootstrap.sh @@ -7,7 +7,7 @@ if [ "${ALLOW_NEW_REGISTRATIONS}" = "" ]; then fi if [[ "$(docker images -q pinry/pinry 2> /dev/null)" == "" ]]; then - echo "No docker image found, building..." && "${script_dir}/build_docker.sh" || echo "Failed to build docker image..." && exit + echo "No docker image found, building..." && "${script_dir}/build_docker.sh" fi echo "=================================================================================="