From 4fd58e868ca2b3947ab316a60cbcd8e5e1962495 Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Sat, 29 Jun 2024 09:21:38 +0200 Subject: [PATCH] add new recipe and improve existing one --- docs/recipes/docker-onbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/docker-onbuild.md b/docs/recipes/docker-onbuild.md index a9a2abea9..9db2cb672 100644 --- a/docs/recipes/docker-onbuild.md +++ b/docs/recipes/docker-onbuild.md @@ -31,7 +31,7 @@ } --> -# onBuild Function in Server.cfc +# onBuild Function in Server.cfc (supported since Lucee 6.1.1) The `onBuild` function in `Server.cfc` is designed for executing specific tasks during the build phase of a Lucee server, which is particularly useful in Docker environments. This function allows you to automate various setup tasks that need to be completed when building your Lucee server image.