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 2a65ec1 commit 613eb5dCopy full SHA for 613eb5d
docker/Dockerfile
@@ -33,11 +33,11 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
33
SITE_URL=$ARG_SITE_URL_AMD64; \
34
fi && \
35
echo "SITE_URL=$SITE_URL" && \
36
- # must set SITE_URL via .env file for yarn build, important
37
- echo SITE_URL=$SITE_URL > .env;
+ # must set SITE_URL via .env.production file for yarn build, important
+ echo SITE_URL=$SITE_URL > .env.production;
38
39
RUN echo "ls -la=" && ls -la
40
-RUN echo ".env file=" && cat .env
+RUN echo ".env.production file=" && cat .env.production
41
42
ARG ARG_PLAUSIBLE_SCRIPT_URL
43
ENV PLAUSIBLE_SCRIPT_URL=$ARG_PLAUSIBLE_SCRIPT_URL
0 commit comments