From a5d911c00189117d8ef3d91d36ab2a340e01eaaa Mon Sep 17 00:00:00 2001 From: Dody Date: Wed, 1 May 2024 09:39:11 +0700 Subject: [PATCH] fix: disable debug on prod --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54b7842..accbfae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ RUN pnpm prune --prod --no-optional # Production image, copy all the files and run nest FROM base AS runner ENV NODE_ENV production -ENV DEBUG telegraf:* RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nestjs COPY --from=builder --chown=nestjs:nodejs /app/node_modules ./node_modules