fix(deploy): dockerignore exceptions for prebuilt artifact files
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
!node_modules/.prisma
|
||||||
|
!node_modules/@prisma
|
||||||
|
!node_modules/prisma
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
||||||
# Next.js
|
# Next.js
|
||||||
.next
|
.next
|
||||||
|
!.next/standalone
|
||||||
|
!.next/static
|
||||||
out
|
out
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
|||||||
Reference in New Issue
Block a user