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 677ecb1 commit e6b189fCopy full SHA for e6b189f
Dockerfile.prod
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
6
COPY . .
7
8
RUN npm install
9
-RUN DATABASE_URL=$DATABASE_URL npx prisma generate
+RUN cd packages/db && DATABASE_URL=$DATABASE_URL npx prisma generate && cd ../..
10
RUN DATABASE_URL=$DATABASE_URL npm run build
11
12
EXPOSE 3000
0 commit comments