mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
fix: build errors
This commit is contained in:
parent
c06a92b768
commit
1b6024f1e1
3 changed files with 14 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM node:23-alpine AS base
|
|||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
RUN corepack enable && corepack prepare pnpm@11.1.1 --activate
|
||||
|
||||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue