diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 689af1d..0e01658 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -16,7 +16,6 @@ RUN pnpm install --frozen-lockfile --filter @goodgo/web... FROM base AS build COPY --from=deps /app/.npmrc ./ COPY --from=deps /app/node_modules ./node_modules -COPY --from=deps /app/apps/web/node_modules ./apps/web/node_modules 2>/dev/null || true COPY tsconfig.base.json ./ COPY apps/web/ apps/web/ RUN cd apps/web && npx next build