/rpg-kernel
βββ core/
βββ docker-compose.yml
βββ MakefileCreate the file .env on the root:
UID=1000
GID=1000How to discover the values:
id -u
id -gStart environment
make upShutdown environment
make downBuild environment
make build