feat: add minimal bun-compiled docker image

This commit is contained in:
2026-05-01 08:14:12 +09:00
parent e51c129eb6
commit 7cfd50532d
8 changed files with 284 additions and 2 deletions

16
.dockerignore Normal file
View 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