Added a request to add the user to the docker group
This commit is contained in:
@@ -50,7 +50,7 @@ build_docker_image() {
|
|||||||
fi
|
fi
|
||||||
echo "Building Docker image..."
|
echo "Building Docker image..."
|
||||||
export DOCKER_BUILDKIT=1
|
export DOCKER_BUILDKIT=1
|
||||||
if sudo docker build -t "$IMAGE_NAME" .; then
|
if docker build -t "$IMAGE_NAME" .; then
|
||||||
echo "Docker image built successfully."
|
echo "Docker image built successfully."
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user