From d26c70f507eebf39b9d3e3017c7e3b0c95e095d6 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 21 Apr 2024 20:20:44 +0100 Subject: [PATCH] fix Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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