Skip to content

Commit

Permalink
fix: disable debug on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyagung committed May 1, 2024
1 parent de7ced8 commit a5d911c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5d911c

Please sign in to comment.