Skip to content

Commit 1e1298f

Browse files
chore: Removed unneeded yarn reinstall API v2 Docker (calcom#24772)
1 parent 95120e1 commit 1e1298f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/api/v2/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@ ENV DATABASE_URL=${DATABASE_URL}
1616
COPY . .
1717

1818
RUN yarn install
19-
20-
# Build prisma schema and make sure that it is linked to v2 node_modules
2119
RUN yarn workspace @calcom/api-v2 run generate-schemas
22-
RUN rm -rf apps/api/v2/node_modules
23-
RUN yarn install
24-
2520
RUN yarn workspace @calcom/platform-libraries run build
26-
2721
RUN yarn workspace @calcom/api-v2 run build
2822

2923
EXPOSE 80

0 commit comments

Comments
 (0)