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 35a27d7 commit e4f9ab0Copy full SHA for e4f9ab0
Dockerfile
@@ -7,6 +7,8 @@ ENV SKIP_ENV_VALIDATION="true"
7
ENV DOCKER_OUTPUT=1
8
ENV NEXT_TELEMETRY_DISABLED=1
9
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
10
+ENV APP_VERSION=${APP_VERSION}
11
+ENV GIT_SHA=${GIT_SHA}
12
13
RUN apk update && apk add --no-cache libc6-compat
14
0 commit comments