echo -e "\nDocker build image with name ${IMAGE_NAME}...\n" docker build -t ${IMAGE_NAME} -f docker/Dockerfile .