Skip to content

Commit 37defed

Browse files
committed
ci: set env var COMMUNITY_APP_URL
1 parent a327a8f commit 37defed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ARG TC_M2M_AUTH0_PROXY_SERVER_URL
6363
ARG TC_M2M_AUTH0_URL
6464
ARG AUTH_SECRET
6565

66-
ARG COMMUNITY_APP
66+
ARG COMMUNITY_APP_URL
6767

6868
################################################################################
6969
# Setting of environment variables in the Docker image.
@@ -117,7 +117,7 @@ ENV CONTENTFUL_MANAGEMENT_TOKEN=$CONTENTFUL_MANAGEMENT_TOKEN
117117
ENV CONTENTFUL_EDU_SPACE_ID=$CONTENTFUL_EDU_SPACE_ID
118118
ENV CONTENTFUL_EDU_CDN_API_KEY=$CONTENTFUL_EDU_CDN_API_KEY
119119
ENV CONTENTFUL_EDU_PREVIEW_API_KEY=$CONTENTFUL_EDU_PREVIEW_API_KEY
120-
ENV COMMUNITY_APP=$COMMUNITY_APP
120+
ENV COMMUNITY_APP_URL=$COMMUNITY_APP_URL
121121

122122
################################################################################
123123
# Testing and build of the application inside the container.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker build -t $TAG \
4343
--build-arg CONTENTFUL_COMCAST_SPACE_ID=$CONTENTFUL_COMCAST_SPACE_ID \
4444
--build-arg CONTENTFUL_COMCAST_CDN_API_KEY=$CONTENTFUL_COMCAST_CDN_API_KEY \
4545
--build-arg CONTENTFUL_COMCAST_PREVIEW_API_KEY=$CONTENTFUL_COMCAST_PREVIEW_API_KEY \
46-
--build-arg COMMUNITY_APP=$COMMUNITY_APP .
46+
--build-arg COMMUNITY_APP_URL=$COMMUNITY_APP_URL .
4747

4848
# Copies "node_modules" from the created image, if necessary for caching.
4949
docker create --name app $TAG

0 commit comments

Comments
 (0)