Merge 2166824ccc
into 505817ca17
This commit is contained in:
commit
e8d51f40bb
@ -2,7 +2,8 @@ FROM node:16 as builder
|
||||
|
||||
WORKDIR /build
|
||||
COPY web/package.json .
|
||||
RUN npm install
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm install
|
||||
COPY ./web .
|
||||
COPY ./VERSION .
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user