refactor: add pnpm install filter

This commit is contained in:
Mauricio Siu
2024-08-01 00:31:26 -06:00
parent f9afca7ffd
commit eb42277c49

View File

@@ -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