Skip to content

Commit 352a458

Browse files
committed
add prisma.config.ts to Dockerfile
1 parent e9ff430 commit 352a458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ADD other/runfile.js /app/other/runfile.js
4444

4545
# schema doesn't change much so these will stay cached
4646
ADD prisma /app/prisma
47+
ADD prisma.config.ts /app/prisma.config.ts
4748

4849
RUN npx prisma generate
4950

0 commit comments

Comments
 (0)