guh?
This commit is contained in:
parent
a6d38d180c
commit
01163bcfd5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +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
|
||||
|
||||
FROM base
|
||||
COPY --from=deps /app/node_modules /app/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue