From 30e7afca6eb64c10a66a43aa96d6d0a655d373c5 Mon Sep 17 00:00:00 2001 From: HashiBot <62622282+hashibot-web@users.noreply.github.com> Date: Fri, 2 Dec 2022 09:21:35 -0500 Subject: [PATCH 1/4] Update generated website Makefile --- website/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/Makefile b/website/Makefile index 93657ecfb..f3adf909f 100644 --- a/website/Makefile +++ b/website/Makefile @@ -28,6 +28,8 @@ DOCKER_RUN_FLAGS=-it \ --volume "$(PWD)/redirects.js:/app/redirects.js" \ --volume "next-dir:/app/website-preview/.next" \ --volume "$(PWD)/.env:/app/.env" \ + --volume "$(PWD)/.env.development:/app/website-preview/.env.development" \ + --volume "$(PWD)/.env.local:/app/website-preview/.env.local" \ -e "REPO=$(REPO)" \ -e "PREVIEW_FROM_REPO=$(REPO)" \ -e "IS_CONTENT_PREVIEW=true" \