refactor: update install

This commit is contained in:
Mauricio Siu 2024-09-30 00:32:54 -06:00
parent 796a9ca11f
commit 123b5d098b

View File

@ -9,8 +9,7 @@ WORKDIR /usr/src/app
# Install dependencies
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --filter=./apps/api --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
# Deploy only the dokploy app
ENV NODE_ENV=production