refactor: update package name

This commit is contained in:
Mauricio Siu
2024-10-05 22:15:57 -06:00
parent f3ce69b656
commit 89f3078ce5
12 changed files with 50 additions and 50 deletions

View File

@@ -15,7 +15,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
# Deploy only the dokploy app
ENV NODE_ENV=production
RUN pnpm --filter=@dokploy/builders build
RUN pnpm --filter=@dokploy/server build
RUN pnpm --filter=./apps/dokploy run build
RUN pnpm --filter=./apps/dokploy --prod deploy /prod/dokploy