From 522093e8984c4dd414c0e8868f822f6e8e3b74a8 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 2 Aug 2026 02:14:30 -0400 Subject: [PATCH] fix: remove missing documentation files from Docker build context --- Dockerfile.openldap | 2 -- Dockerfile.test-runner | 2 -- 2 files changed, 4 deletions(-) diff --git a/Dockerfile.openldap b/Dockerfile.openldap index c373ddc..5e8d2a7 100644 --- a/Dockerfile.openldap +++ b/Dockerfile.openldap @@ -182,10 +182,8 @@ COPY tos.md /tos.md # without internet access. Same flattened-path convention as tos.md above. COPY README.md /README.md COPY CHANGELOG.md /CHANGELOG.md -COPY DEPLOYMENT.md /DEPLOYMENT.md COPY API.md /API.md COPY directory_spec.md /directory_spec.md -COPY docs /docs # Baked commit hash from the gitinfo stage (see build_info.js). COPY --from=gitinfo /commit.txt ./.build_commit diff --git a/Dockerfile.test-runner b/Dockerfile.test-runner index 939b420..32fd684 100644 --- a/Dockerfile.test-runner +++ b/Dockerfile.test-runner @@ -36,10 +36,8 @@ RUN mkdir -p /app/config COPY tos.md /tos.md COPY README.md /README.md COPY CHANGELOG.md /CHANGELOG.md -COPY DEPLOYMENT.md /DEPLOYMENT.md COPY API.md /API.md COPY directory_spec.md /directory_spec.md -COPY docs /docs # Seed script and utility COPY test_seed.js ./test_seed.js