From 4c06cec0ac45d9007c3688f4b0dd7c5069deb3e0 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 15 Sep 2023 22:56:51 -0400 Subject: [PATCH] Trivial change to trigger build. --- docs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.Dockerfile b/docs.Dockerfile index a1bcc43c..229781b5 100644 --- a/docs.Dockerfile +++ b/docs.Dockerfile @@ -11,7 +11,7 @@ RUN cd /data/docs-builder && \ # Build a small nginx container with just the static site in it. FROM markstory/cakephp-docs-builder:runtime as runtime -# Configure search index script +# Configure search index script. ENV LANGS="en es fr ja" ENV SEARCH_SOURCE="/usr/share/nginx/html" ENV SEARCH_URL_PREFIX="/authentication/3"