Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 299 Bytes

Citizen Health Cooperative DAO

Build Instructions

For a test image:

> docker build -t coop -f ./build/package/Dockerfile 
> docker run -dit --name coop -p 3000:8080 coop

This will expose the service on http://localhost:3000

To stop the service:

> docker kill coop