gdi
This commit is contained in:
parent
1023327978
commit
4ecf97ee34
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g tsc
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue