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