chore: update dockerfiles

This commit is contained in:
Mauricio Siu
2024-10-25 00:17:10 -06:00
parent 83d52b68f0
commit 60d4e1ba63
6 changed files with 26 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm --filter=@dokploy/server
# Deploy only the dokploy app
ENV NODE_ENV=production
RUN pnpm --filter=@dokploy/server switch:prod
RUN pnpm --filter=@dokploy/server build
RUN pnpm --filter=./apps/api run build