XciD HF Staff commited on
Commit
1167185
·
verified ·
1 Parent(s): ec65e84

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,8 +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=3072
14
- RUN pnpm install --frozen-lockfile
15
 
16
  # Copy the rest of the application code
17
  COPY . .
 
10
  COPY package.json pnpm-lock.yaml* ./
11
 
12
  # Install all dependencies, including dev dependencies
13
+ RUN pnpm install --frozen-lockfile --config.max_old_space_size=3072
 
14
 
15
  # Copy the rest of the application code
16
  COPY . .