Add additional documentation files to Docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user