refactor: update

This commit is contained in:
Mauricio Siu 2024-09-30 00:38:22 -06:00
parent 123b5d098b
commit 539544d0de

View File

@ -9,7 +9,8 @@ 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/api --filter=./packages/builders --frozen-lockfile
# Deploy only the dokploy app
ENV NODE_ENV=production