Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 120 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 120 Bytes

Docker example

  1. Build project:

docker build -t alosaur-demo .

  1. Run:

docker run -p 8000:8000 alosaur-demo