From b30b0fffc32a89215e14f6409f42984ef618b41b Mon Sep 17 00:00:00 2001 From: Kamil Sobol <5849952+sobolk@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:27:00 -0800 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx Co-authored-by: josef --- .../build-a-backend/functions/custom-functions/index.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx index 96bb18dd24b..5f69d79bad8 100644 --- a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx @@ -231,9 +231,7 @@ export const data = defineData({ ## Docker -Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code. -A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the -Docker daemon was not found. In that case you need to provide a working Docker installation at runtime. +Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code. A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the Docker daemon was not found. In that case you need to provide a working Docker installation at runtime. ### Personal sandboxes