chore(server): update switch prod in build command

This commit is contained in:
Mauricio Siu
2024-10-26 15:56:03 -06:00
parent 27c33c7661
commit 5417f6376b
5 changed files with 1 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ 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