lengfeng1360 commited on
Commit
e2d4f3e
·
verified ·
1 Parent(s): 2bf1935

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY web/bun.lock .
6
  RUN bun install
7
  COPY ./web .
8
  COPY ./VERSION .
9
- RUN DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
10
 
11
  FROM golang:alpine AS builder2
12
 
 
6
  RUN bun install
7
  COPY ./web .
8
  COPY ./VERSION .
9
+ RUN NODE_OPTIONS="--max-old-space-size=4096" DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
10
 
11
  FROM golang:alpine AS builder2
12