Skip to content

Commit

Permalink
🎨 add corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Jan 21, 2025
1 parent ea1e4d5 commit 205ccf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM ${ARG_DYNATRACE_IMAGE} AS dynatrace
FROM node:18-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN corepack enable
WORKDIR /app
ENV NODE_OPTIONS="--max_old_space_size=8192"

Expand Down

0 comments on commit 205ccf2

Please sign in to comment.