Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 152 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 152 Bytes

Docker

# build
docker build -t blug:dev-1.0 .

# run
docker run -it --rm -p 8000:8000 --name blug -v ./template:/data/conf blug:dev-1.0