Skip to content

Commit 5639b53

Browse files
authored
chore: put env vars in dockerfile together
1 parent f6ce290 commit 5639b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ FROM base AS build
2727

2828
# Define build arguments & map them to environment variables
2929
ARG GTM_CONTAINER_ID
30-
ARG SITE_URL
3130
ENV GTM_CONTAINER_ID $GTM_CONTAINER_ID
31+
ARG SITE_URL
3232
ENV SITE_URL $SITE_URL
3333

3434
# Build the project and then dispose files not necessary to run the project

0 commit comments

Comments
 (0)