From ae1012f483620ab2790ef87d1d05a2c29ac5e8f7 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 5 Jul 2020 11:30:45 -0700 Subject: [PATCH] `document_root/` is under `k8s/` fixes `Forbidden path outside the build context` when building the forthcoming `Dockerfile-nginx` --- {document_root => k8s/document_root}/about.html | 0 .../document_root}/css/starter-template.css | 0 {document_root => k8s/document_root}/faq.html | 0 .../document_root}/img/cert_chain.png | Bin .../document_root}/img/favicon.ico | Bin .../document_root}/img/green_lock.png | Bin .../document_root}/img/red_lock.png | Bin {document_root => k8s/document_root}/index.html | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {document_root => k8s/document_root}/about.html (100%) rename {document_root => k8s/document_root}/css/starter-template.css (100%) rename {document_root => k8s/document_root}/faq.html (100%) rename {document_root => k8s/document_root}/img/cert_chain.png (100%) rename {document_root => k8s/document_root}/img/favicon.ico (100%) rename {document_root => k8s/document_root}/img/green_lock.png (100%) rename {document_root => k8s/document_root}/img/red_lock.png (100%) rename {document_root => k8s/document_root}/index.html (100%) diff --git a/document_root/about.html b/k8s/document_root/about.html similarity index 100% rename from document_root/about.html rename to k8s/document_root/about.html diff --git a/document_root/css/starter-template.css b/k8s/document_root/css/starter-template.css similarity index 100% rename from document_root/css/starter-template.css rename to k8s/document_root/css/starter-template.css diff --git a/document_root/faq.html b/k8s/document_root/faq.html similarity index 100% rename from document_root/faq.html rename to k8s/document_root/faq.html diff --git a/document_root/img/cert_chain.png b/k8s/document_root/img/cert_chain.png similarity index 100% rename from document_root/img/cert_chain.png rename to k8s/document_root/img/cert_chain.png diff --git a/document_root/img/favicon.ico b/k8s/document_root/img/favicon.ico similarity index 100% rename from document_root/img/favicon.ico rename to k8s/document_root/img/favicon.ico diff --git a/document_root/img/green_lock.png b/k8s/document_root/img/green_lock.png similarity index 100% rename from document_root/img/green_lock.png rename to k8s/document_root/img/green_lock.png diff --git a/document_root/img/red_lock.png b/k8s/document_root/img/red_lock.png similarity index 100% rename from document_root/img/red_lock.png rename to k8s/document_root/img/red_lock.png diff --git a/document_root/index.html b/k8s/document_root/index.html similarity index 100% rename from document_root/index.html rename to k8s/document_root/index.html