diff --git a/Dockerfile b/Dockerfile index 434bed9..6382fac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,8 @@ ENV NODE_ENV production # Uncomment the following line in case you want to disable telemetry during runtime. # ENV NEXT_TELEMETRY_DISABLED 1 +RUN apk add --no-cache git + RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs