Update Dockerfile

This commit is contained in:
tuna2134
2026-05-14 00:30:18 +09:00
committed by GitHub
parent 090727bdae
commit d90cd6c247

View File

@@ -6,8 +6,9 @@ ENV OUTPUT=standalone
RUN corepack enable
COPY pnpm-lock.yaml package.json .
RUN pnpm install --frozen-lockfile --ignore-scripts
RUN pnpm approve-builds sharp
RUN pnpm install --frozen-lockfile
RUN pnpm rebuild sharp
COPY . .
RUN pnpm build