diff --git a/Dockerfile b/Dockerfile index 3f32669..b82890a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,10 @@ RUN \ FROM base AS runner WORKDIR /app +# Get the git commit hash +ARG GIT_REV +ENV GIT_REV ${GIT_REV} + ENV NODE_ENV production # Uncomment the following line in case you want to disable telemetry during runtime. ENV NEXT_TELEMETRY_DISABLED 1