From 47a562d4fbafd77e6e9a2e26783e1bc1188cd9bf Mon Sep 17 00:00:00 2001 From: HashiBot <62622282+hashibot-web@users.noreply.github.com> Date: Fri, 2 Dec 2022 09:21:28 -0500 Subject: [PATCH] Update generated website Makefile --- website/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/Makefile b/website/Makefile index 8882322f49..da2dcc4c08 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" \