From 1f6c540c1ced46cbcadd15df0173887d100685b0 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 6 Apr 2026 13:53:04 +0100 Subject: [PATCH] Fix Quartz not reading mounted content directory Pass --directory /content so quartz build reads from the volume mount instead of the default /quartz/content path. Co-Authored-By: Claude Sonnet 4.6 --- quartz/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/entrypoint.sh b/quartz/entrypoint.sh index 0d83f7b..de07064 100644 --- a/quartz/entrypoint.sh +++ b/quartz/entrypoint.sh @@ -5,4 +5,4 @@ envsubst '${DOMAIN}' \ < /quartz/quartz.config.ts.template \ > /quartz/quartz.config.ts -exec npx quartz build --serve --port "${QUARTZ_PORT:-8080}" +exec npx quartz build --serve --port "${QUARTZ_PORT:-8080}" --directory /content