diff --git a/scripts/manager.sh b/scripts/manager.sh index 2b8d7e1..af60b94 100755 --- a/scripts/manager.sh +++ b/scripts/manager.sh @@ -50,7 +50,7 @@ build_docker_image() { fi echo "Building Docker image..." export DOCKER_BUILDKIT=1 - if sudo docker build -t "$IMAGE_NAME" .; then + if docker build -t "$IMAGE_NAME" .; then echo "Docker image built successfully." return 0 else