You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -231,9 +231,7 @@ export const data = defineData({
231
231
232
232
## Docker
233
233
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.
0 commit comments