chore: update package manager to bun@1.3.5 and streamline Dockerfile by removing unnecessary user creation and ownership settings, enhancing build efficiency

This commit is contained in:
2026-01-09 16:24:38 -03:00
parent 8a97d236a6
commit fb22f82ce6
8 changed files with 237 additions and 220 deletions

View File

@@ -48,5 +48,5 @@
"svelte-chartjs": "^3.1.5",
"svelte-sonner": "^1.0.7"
},
"packageManager": "bun@1.3.4"
"packageManager": "bun@1.3.5"
}