Optimize docker memory (#976)

This commit is contained in:
ninele7 2023-12-22 05:30:25 +05:00 committed by GitHub
parent c5f8d3373b
commit d8d72074f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 32 additions and 16 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Optimized Docker container to run JS code directly with node instead of yarn, npm and tsx. Reduces memory usage.
## [2.4.3] - 2023-09-10
### Fixed