Add Docker support and improve Dockerfile configuration

- Added `DOCKER.md` documentation to guide users on using Docker with the project.
- Migrated Dockerfile to use `oven/bun:1-alpine` for performance improvements.
- Refined build process and permissions in the container for better compatibility.
- Excluded `.idea/` files in `.gitignore`.
- Enhanced `.npmignore` to clean redundant blank lines.
This commit is contained in:
nghionpoint
2026-04-09 14:21:30 +07:00
parent 1f3d3a8f7f
commit d99f63cf36
4 changed files with 93 additions and 38 deletions

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@
product
# production
/build
.idea/
# misc
.DS_Store