Commit Graph

2 Commits

Author SHA1 Message Date
06c0e393e4 feat: add nvm and yarn installation to Dockerfile
- Install NVM for managing Node.js versions
- Set environment variables for NVM and Node.js
- Install Yarn globally using npm

This commit enhances the Dockerfile by adding support for
Node.js version management through NVM and includes Yarn
as a package manager. This setup allows for easier
upgrades and management of Node.js dependencies in the
container environment.
2025-01-07 15:32:41 +08:00
5bd0c44c91 init sample-app 2024-12-29 17:12:54 +08:00