RPG-Kernel 📦 Structure /rpg-kernel ├── core/ ├── docker-compose.yml └── Makefile ⚙️ Configuration Create the file .env on the root: UID=1000 GID=1000 How to discover the values: id -u id -g 🚀 How to Use Start environment make up Shutdown environment make down Build environment make build