perf: use yarn instead of npm
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ FROM node:16 as builder
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY ./web .
|
COPY ./web .
|
||||||
COPY ./VERSION .
|
COPY ./VERSION .
|
||||||
RUN npm install
|
RUN yarn install
|
||||||
RUN REACT_APP_VERSION=$(cat VERSION) npm run build
|
RUN REACT_APP_VERSION=$(cat VERSION) yarn build
|
||||||
|
|
||||||
FROM golang AS builder2
|
FROM golang AS builder2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user