Skip to content

rpg-kernel/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors