This commit is contained in:
Cynthia Foxwell 2025-08-23 14:56:42 -06:00
parent 01163bcfd5
commit 3a159bc4a5
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -10,7 +10,7 @@ RUN apk add ffmpeg
FROM base AS deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install sqlite3
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --build-from-source sqlite3
FROM base
COPY --from=deps /app/node_modules /app/node_modules