XciD HF Staff commited on
Commit
3924c03
·
verified ·
1 Parent(s): d9d7004

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  COPY package.json pnpm-lock.yaml* ./
11
 
12
  # Install all dependencies, including dev dependencies
13
- ENV NODE_OPTIONS=--max_old_space_size=8192
14
  RUN pnpm install --frozen-lockfile
15
 
16
  # Copy the rest of the application code
 
10
  COPY package.json pnpm-lock.yaml* ./
11
 
12
  # Install all dependencies, including dev dependencies
13
+ ENV NODE_OPTIONS=--max_old_space_size=3072
14
  RUN pnpm install --frozen-lockfile
15
 
16
  # Copy the rest of the application code