Skip to content

Commit

Permalink
chore: remove import-in-the-middle patch (#796)
Browse files Browse the repository at this point in the history
* chore: remove import-in-the-middle patch

* chore: remove copy patches in dockerfile
  • Loading branch information
larwaa authored Jul 10, 2024
1 parent 5a83c6b commit 90f2540
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ FROM base AS prod-deps
ENV NODE_ENV=production

COPY package.json pnpm-lock.yaml ./
COPY patches/ ./patches
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile

COPY prisma/ ./prisma
Expand All @@ -32,7 +31,6 @@ RUN pnpm run generate:prisma
FROM base AS build

COPY package.json pnpm-lock.yaml ./
COPY patches/ ./patches
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

COPY .swcrc codegen.config.ts biome.json tsconfig.json ./
Expand Down
14 changes: 0 additions & 14 deletions patches/[email protected]

This file was deleted.

0 comments on commit 90f2540

Please sign in to comment.