File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ARG TC_M2M_AUTH0_PROXY_SERVER_URL
63
63
ARG TC_M2M_AUTH0_URL
64
64
ARG AUTH_SECRET
65
65
66
- ARG COMMUNITY_APP
66
+ ARG COMMUNITY_APP_URL
67
67
68
68
# ###############################################################################
69
69
# Setting of environment variables in the Docker image.
@@ -117,7 +117,7 @@ ENV CONTENTFUL_MANAGEMENT_TOKEN=$CONTENTFUL_MANAGEMENT_TOKEN
117
117
ENV CONTENTFUL_EDU_SPACE_ID=$CONTENTFUL_EDU_SPACE_ID
118
118
ENV CONTENTFUL_EDU_CDN_API_KEY=$CONTENTFUL_EDU_CDN_API_KEY
119
119
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
121
121
122
122
# ###############################################################################
123
123
# Testing and build of the application inside the container.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ docker build -t $TAG \
43
43
--build-arg CONTENTFUL_COMCAST_SPACE_ID=$CONTENTFUL_COMCAST_SPACE_ID \
44
44
--build-arg CONTENTFUL_COMCAST_CDN_API_KEY=$CONTENTFUL_COMCAST_CDN_API_KEY \
45
45
--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 .
47
47
48
48
# Copies "node_modules" from the created image, if necessary for caching.
49
49
docker create --name app $TAG
You can’t perform that action at this time.
0 commit comments