build: migrate to pnpm (#772)

This commit is contained in:
Trim21
2024-08-10 04:36:38 +08:00
committed by GitHub
parent a078cfe2b0
commit 61ea0b445a
21 changed files with 14256 additions and 20130 deletions

View File

@@ -21,7 +21,7 @@ WORKDIR /usr/src/app/
COPY . ./
# Fetch dependencies from npm
RUN npm ci --legacy-peer-deps
RUN pnpm install --frozen-lockfile --legacy-peer-deps
# Build assets
RUN npm run build