Skip to content

Commit b30b0ff

Browse files
sobolkjosefaidt
andauthored
Update src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 31a16fb commit b30b0ff

File tree

1 file changed

+1
-3
lines changed
  • src/pages/[platform]/build-a-backend/functions/custom-functions

1 file changed

+1
-3
lines changed

src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@ export const data = defineData({
231231

232232
## Docker
233233

234-
Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code.
235-
A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the
236-
Docker daemon was not found. In that case you need to provide a working Docker installation at runtime.
234+
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.
237235

238236
### Personal sandboxes
239237

0 commit comments

Comments
 (0)