from src.main import get_project_controller_by_type

project = get_project_controller_by_type()

project.build_docker_image()
