dependency :(
This commit is contained in:
parent
f6f3db5590
commit
1023327978
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +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 --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