This commit is contained in:
parent
0b9a112c5b
commit
d26c70f507
@ -38,6 +38,10 @@ RUN \
|
|||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Get the git commit hash
|
||||||
|
ARG GIT_REV
|
||||||
|
ENV GIT_REV ${GIT_REV}
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user