Skip to content

Commit

Permalink
added NODE_OPTIONS to prod Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zavarin-michael committed Aug 23, 2024
1 parent 5222c9d commit 1f476a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/schools/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:18-alpine AS runner

RUN node -v

ENV NODE_OPTIONS="--max-old-space-size=4096"
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
ENV NODE_ENV production
ENV NEXT_TELEMETRY_DISABLED 1
Expand Down

0 comments on commit 1f476a2

Please sign in to comment.