From 3d74331f2e41a1f11ed1cb916cebbabe45490a0d Mon Sep 17 00:00:00 2001 From: jordanstephens Date: Mon, 9 Mar 2026 11:36:01 -0700 Subject: [PATCH] add static site extension to html-css-js sample --- samples/html-css-js/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/html-css-js/compose.yaml b/samples/html-css-js/compose.yaml index 4fd7999c..50875e77 100644 --- a/samples/html-css-js/compose.yaml +++ b/samples/html-css-js/compose.yaml @@ -19,3 +19,5 @@ services: - curl - -f - http://localhost:8080/ + x-defang-static-files: + folder: /usr/share/nginx/html