fix: docker编译问题

This commit is contained in:
sylarchen1389 2025-11-08 16:04:04 +08:00
parent 3042221e99
commit fdda8a7b83

View file

@ -35,7 +35,8 @@ WORKDIR /app
RUN apk add --no-cache git
COPY package.json package-lock.json ./
RUN npm ci --force
# RUN npm ci --force
RUN npm install --legacy-peer-deps
COPY . .
ENV APP_BUILD_HASH=${BUILD_HASH}