Skip to content

Latest commit

Β 

History

History
50 lines (34 loc) Β· 427 Bytes

File metadata and controls

50 lines (34 loc) Β· 427 Bytes

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