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