lengfeng1360 commited on
Commit
6b6689c
·
verified ·
1 Parent(s): e2d4f3e

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 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
 
 
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 --logLevel=info
10
 
11
  FROM golang:alpine AS builder2
12