From eb42277c49107e133d13124d67fd046039281f31 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:31:26 -0600 Subject: [PATCH] refactor: add pnpm install filter --- Dockerfile.docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.docs b/Dockerfile.docs index 29afe5dc..799c9dac 100644 --- a/Dockerfile.docs +++ b/Dockerfile.docs @@ -9,7 +9,7 @@ WORKDIR /usr/src/app # Install dependencies -RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile +RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/docs --frozen-lockfile # Deploy only the dokploy app