Skip to content

Commit e4f9ab0

Browse files
committed
Pass app info env vars to client build stage
1 parent 35a27d7 commit e4f9ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENV SKIP_ENV_VALIDATION="true"
77
ENV DOCKER_OUTPUT=1
88
ENV NEXT_TELEMETRY_DISABLED=1
99
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
10+
ENV APP_VERSION=${APP_VERSION}
11+
ENV GIT_SHA=${GIT_SHA}
1012

1113
RUN apk update && apk add --no-cache libc6-compat
1214

0 commit comments

Comments
 (0)