We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0820c3b commit c6eceb4Copy full SHA for c6eceb4
website/Makefile
@@ -28,6 +28,8 @@ DOCKER_RUN_FLAGS=-it \
28
--volume "$(PWD)/redirects.js:/app/redirects.js" \
29
--volume "next-dir:/app/website-preview/.next" \
30
--volume "$(PWD)/.env:/app/.env" \
31
+ --volume "$(PWD)/.env.development:/app/website-preview/.env.development" \
32
+ --volume "$(PWD)/.env.local:/app/website-preview/.env.local" \
33
-e "REPO=$(REPO)" \
34
-e "PREVIEW_FROM_REPO=$(REPO)" \
35
-e "IS_CONTENT_PREVIEW=true" \
0 commit comments