Skip to content

Commit b99fa33

Browse files
committed
Fixed coderabit suggested changes
Signed-off-by: DeepakNemad <deepak.nemade@ayanworks.com>
1 parent fe80364 commit b99fa33

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfiles/Dockerfile.issuance

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN pnpm i --frozen-lockfile --ignore-scripts
99
COPY . .
1010
RUN cd libs/prisma-service && npx prisma generate
1111
RUN pnpm run build issuance
12+
RUN pnpm prune --prod
1213

1314
# Stage 2: Create the final image
1415
FROM node:24-alpine3.21

Dockerfiles/Dockerfile.user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN pnpm i --frozen-lockfile --ignore-scripts
99
COPY . .
1010
RUN cd libs/prisma-service && npx prisma generate
1111
RUN pnpm run build user
12+
RUN pnpm prune --prod
1213

1314
# Stage 2: Create the final image
1415
FROM node:24-alpine3.21

0 commit comments

Comments
 (0)