This commit is contained in:
tuna2134
2026-05-13 22:59:14 +09:00
parent 02b24cb624
commit 090727bdae
3 changed files with 220 additions and 219 deletions

View File

@@ -5,8 +5,8 @@ WORKDIR /src
ENV OUTPUT=standalone
RUN corepack enable
RUN pnpm approve-builds
COPY pnpm-lock.yaml package.json .
RUN pnpm approve-builds sharp
RUN pnpm install --frozen-lockfile
COPY . .

435
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
allowBuilds:
sharp: true