feat: add minimal bun-compiled docker image
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
.git
|
||||
.gitignore
|
||||
.hermes
|
||||
node_modules
|
||||
**/node_modules
|
||||
apps/api/dist
|
||||
apps/web/dist
|
||||
coverage
|
||||
build
|
||||
*.log
|
||||
bun-debug.log*
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
apps/api/prisma/dev.db*
|
||||
README.md
|
||||
Reference in New Issue
Block a user