4 Commits

Author SHA1 Message Date
tuna2134
d90cd6c247 Update Dockerfile 2026-05-14 00:30:18 +09:00
tuna2134
090727bdae fix 2026-05-13 22:59:14 +09:00
tuna2134
02b24cb624 Update Dockerfile 2026-05-13 22:53:54 +09:00
tuna2134
9bbbfd67de Update pr.yml 2026-05-13 22:52:35 +09:00
4 changed files with 223 additions and 219 deletions

View File

@@ -24,6 +24,7 @@ jobs:
- name: Build checking
run: |
pnpm install --frozen-lockfile
pnpm approve-builds
pnpm build
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"

View File

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

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