fix Dockerfile
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 11s

This commit is contained in:
Lee 2024-04-21 20:20:44 +01:00
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