An open API service indexing awesome lists of open source software.

https://github.com/ecelis/azrael

LexSys Docker Main Image
https://github.com/ecelis/azrael

Last synced: 4 months ago
JSON representation

LexSys Docker Main Image

Awesome Lists containing this project

README

          

# Azrael

Build, ship and run LexSys Docker main image.

## Repository layout

.
├── Dockerfile
├── README.md
└── src
├── deployment
├── EDITOR
├── sloth
├── wpride
└── wrath

## Run

docker run -ti --name lexsys/main:nigma \
-v $(pwd)/src/deployment:/home/lexusr \
-p 127.0.0.1:3000:3000 -p 127.0.0.1:3001:3001