clone the repo
git clone https://github.com/spirizeon/lumen.git
cd lumen
docker build . -t lumen
use Docker hub
docker pull delcagox/lumen
run the container
docker run -itp 8000:8000 5173:5173
build the container
docker build . -t engine
run the container
docker run -itd -p 8000:8000 --env-file ../../.env --name Engine engine