fix link to chickendinner

This commit is contained in:
2025-07-13 14:53:38 +10:00
parent 616e0d6c6c
commit b7fcfbf5cd
5 changed files with 298 additions and 289 deletions

View File

@ -1,7 +1,7 @@
from aburgess/node:22-npm as deps
workdir /app
add package.json pnpm-lock.yaml ./
add package.json pnpm-lock.yaml pnpm-workspace.yaml ./
run pnpm install --prod
from deps as builder