Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 198 Bytes

Dev.md

File metadata and controls

8 lines (6 loc) · 198 Bytes

Developer instructions on how to setup the DE

Docker Setup

Build app:

docker build . -t httprust

Run app:

docker run --cpus 0.5 -p 8080:8080 --name http_instance httprust