We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb09f7 commit 2bb7337Copy full SHA for 2bb7337
Dockerfile
@@ -35,7 +35,7 @@ RUN npm install
35
COPY . .
36
37
# Build the NestJS application
38
-# RUN npm run prebuild
+RUN npm run prebuild
39
RUN npm run build
40
41
# Expose the port that your NestJS app runs on
package.json
@@ -6,6 +6,7 @@
6
"private": true,
7
"license": "UNLICENSED",
8
"scripts": {
9
+ "prebuild": "npx prisma generate",
10
"build": "nest build",
11
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
12
"start": "nest start --watch",
0 commit comments