Remove redundant node_modules copy in API Dockerfile
parent
9e2476049d
commit
ca553115b8
|
|
@ -32,7 +32,6 @@ WORKDIR /app
|
|||
|
||||
# Copy build artifacts and necessary files
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/apps/api/node_modules ./apps/api/node_modules
|
||||
COPY --from=builder /app/apps/api/dist ./apps/api/dist
|
||||
COPY --from=builder /app/apps/api/package.json ./apps/api/package.json
|
||||
COPY --from=builder /app/apps/api/prisma ./apps/api/prisma
|
||||
|
|
|
|||
Loading…
Reference in New Issue