File tree Expand file tree Collapse file tree 3 files changed +4
-355
lines changed
Expand file tree Collapse file tree 3 files changed +4
-355
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN npm install -g @nestjs/cli
1010RUN npm install -g corepack && corepack enable
1111RUN yarn install
1212COPY . .
13- RUN npx prisma generate
13+ RUN yarn prisma generate
1414RUN yarn run build
1515EXPOSE 3000
1616ENTRYPOINT ["sh" , "-c" , "npx prisma migrate deploy && yarn run start:prod" ]
Original file line number Diff line number Diff line change 2525 "@nestjs/core" : " ^11.0.1" ,
2626 "@nestjs/mapped-types" : " *" ,
2727 "@nestjs/platform-express" : " ^11.0.1" ,
28- "@prisma/client" : " ^6.5.0" ,
2928 "class-validator" : " ^0.14.1" ,
30- "prisma" : " ^6.5.0" ,
3129 "reflect-metadata" : " ^0.2.2" ,
3230 "rxjs" : " ^7.8.1"
3331 },
3735 "@nestjs/cli" : " ^11.0.0" ,
3836 "@nestjs/schematics" : " ^11.0.0" ,
3937 "@nestjs/testing" : " ^11.0.1" ,
38+ "@prisma/client" : " ^6.5.0" ,
4039 "@swc/cli" : " ^0.6.0" ,
4140 "@swc/core" : " ^1.10.7" ,
4241 "@types/express" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments