Skip to content

Commit b1413cb

Browse files
dockerfile add prisma generate
1 parent bb35b1b commit b1413cb

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN npm install -g pnpm
1010

1111
RUN pnpm i
1212

13+
RUN pnpx prisma generate
14+
1315
RUN pnpm build:app
1416

1517
RUN pnpm build:server

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@logtail/winston": "^0.5.2",
1919
"@paddle/paddle-js": "^1.3.3",
2020
"@paddle/paddle-node-sdk": "^2.5.0",
21-
"@prisma/client": "6.1.0",
21+
"@prisma/client": "6.3.1",
2222
"@radix-ui/react-accordion": "^1.2.2",
2323
"@radix-ui/react-alert-dialog": "^1.1.4",
2424
"@radix-ui/react-aspect-ratio": "^1.1.1",
@@ -96,7 +96,7 @@
9696
"eslint-config-next": "15.1.3",
9797
"nodemon": "^3.1.9",
9898
"postcss": "^8",
99-
"prisma": "^6.1.0",
99+
"prisma": "^6.2.1",
100100
"tailwindcss": "^3.4.1",
101101
"ts-node": "^10.9.2",
102102
"tsconfig-paths": "^4.2.0",

pnpm-lock.yaml

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)