From 3a078e3918f723a52d74f922448998ff58e4f507 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 2 Aug 2026 12:00:30 -0400 Subject: [PATCH] fix: remove DEPLOYMENT.md and docs/ from Docker build context --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ef111e..b9878c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,8 +115,8 @@ COPY nodejs/api.md ./api.md # docs/ mirrors the repo's own top-level docs/ folder. COPY README.md /README.md COPY CHANGELOG.md /CHANGELOG.md -COPY DEPLOYMENT.md /DEPLOYMENT.md -COPY docs /docs + + # Baked commit hash from the gitinfo stage (see build_info.js). COPY --from=gitinfo /commit.txt ./.build_commit