Update generated website Makefile

This commit is contained in:
HashiBot 2022-12-02 09:21:35 -05:00
parent d588438840
commit 30e7afca6e

View File

@ -28,6 +28,8 @@ DOCKER_RUN_FLAGS=-it \
--volume "$(PWD)/redirects.js:/app/redirects.js" \ --volume "$(PWD)/redirects.js:/app/redirects.js" \
--volume "next-dir:/app/website-preview/.next" \ --volume "next-dir:/app/website-preview/.next" \
--volume "$(PWD)/.env:/app/.env" \ --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 "REPO=$(REPO)" \
-e "PREVIEW_FROM_REPO=$(REPO)" \ -e "PREVIEW_FROM_REPO=$(REPO)" \
-e "IS_CONTENT_PREVIEW=true" \ -e "IS_CONTENT_PREVIEW=true" \