chore: update project dependencies and build configuration

- Remove bun.lockb from version control
- Add comprehensive docker-build.sh script for optimized Docker builds
- Update Dockerfile with multi-stage build and improved resource management
- Add winston logging dependencies to package.json
- Enhance Docker image build process with resource constraints and caching
This commit is contained in:
jango-blockchained
2025-02-04 20:14:13 +01:00
parent f8bbe4af6f
commit 849b080aba
6 changed files with 637 additions and 20 deletions

View File

@@ -38,6 +38,8 @@
"node-fetch": "^3.3.2",
"sanitize-html": "^2.11.0",
"typescript": "^5.3.3",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.16.0",
"zod": "^3.22.4"
},