please?
This commit is contained in:
parent
01163bcfd5
commit
3a159bc4a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apk add ffmpeg
|
||||||
FROM base AS deps
|
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 -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 --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
|
FROM base
|
||||||
COPY --from=deps /app/node_modules /app/node_modules
|
COPY --from=deps /app/node_modules /app/node_modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue