Skip to content

Commit

Permalink
Update generated website Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hashibot-web authored and DanielMSchmidt committed Dec 2, 2022
1 parent 255cd70 commit 47a562d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/Makefile
Expand Up @@ -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" \
Expand Down

0 comments on commit 47a562d

Please sign in to comment.