mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:37:32 +00:00
use cache
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
FROM login-pnpm AS login-dev-base
|
FROM login-pnpm AS login-dev-base
|
||||||
COPY \
|
|
||||||
turbo.json \
|
|
||||||
.npmrc \
|
|
||||||
package.json \
|
|
||||||
./
|
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
||||||
pnpm install --frozen-lockfile --workspace-root --filter .
|
pnpm install --frozen-lockfile --workspace-root --filter .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user