fix dockerfile: use bun instead of npm, add .dockerignore

This commit is contained in:
2026-01-29 16:11:38 +00:00
parent ae0bf107db
commit 7494bf7520
2 changed files with 14 additions and 3 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
node_modules
dist
dist-ssr
.git
.gitignore
*.log
*.local
.vscode
.idea
.DS_Store
README.md