Skip to content

Commit

Permalink
fix: dcoker tsconfig copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 committed Feb 23, 2024
1 parent 11226ee commit a3655c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
RUN npm i -g pnpm

COPY package.json .
COPY tsconfig.base.json .
COPY tsconfig.json .

RUN pnpm install

Expand Down
11 changes: 0 additions & 11 deletions apps/web/jest.config.ts

This file was deleted.

0 comments on commit a3655c8

Please sign in to comment.