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 f6ce290 commit 5639b53Copy full SHA for 5639b53
Dockerfile
@@ -27,8 +27,8 @@ FROM base AS build
27
28
# Define build arguments & map them to environment variables
29
ARG GTM_CONTAINER_ID
30
-ARG SITE_URL
31
ENV GTM_CONTAINER_ID $GTM_CONTAINER_ID
+ARG SITE_URL
32
ENV SITE_URL $SITE_URL
33
34
# Build the project and then dispose files not necessary to run the project
0 commit comments