chore: update pnpm install command in Dockerfile to prevent module purge

This commit is contained in:
Mauricio Siu
2026-05-07 15:41:39 -06:00
parent d1e439eae7
commit 24fd287d13

View File

@@ -10,7 +10,7 @@ WORKDIR /usr/src/app
# Install dependencies # Install dependencies
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/website --frozen-lockfile RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/website --frozen-lockfile --config.confirmModulesPurge=false
# Deploy only the dokploy app # Deploy only the dokploy app