From e9475a0b0eb33a7942d34dc946dcc76a597933f9 Mon Sep 17 00:00:00 2001 From: MayaChat Date: Mon, 24 Nov 2025 14:31:43 -0500 Subject: [PATCH] Add additional documentation files to Docker image --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 798f3fe..436ff96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,10 @@ COPY manifest.json /usr/share/nginx/html/ COPY sw.js /usr/share/nginx/html/ COPY README.md /usr/share/nginx/html/ COPY FAQ.md /usr/share/nginx/html/ +COPY FEATURES.md /usr/share/nginx/html/ +COPY QUICK-REFERENCE.md /usr/share/nginx/html/ +COPY ORDER-PERSISTENCE.md /usr/share/nginx/html/ +COPY IMPLEMENTATION-SUMMARY.md /usr/share/nginx/html/ COPY logos/ /usr/share/nginx/html/logos/ COPY js/ /usr/share/nginx/html/js/ COPY nginx.conf /etc/nginx/nginx.conf