wish / eventmaster

Event storage API server
MIT License
11 stars 8 forks source link

Add Dockerfile #57

Closed zxia-wish closed 3 years ago

zxia-wish commented 3 years ago

This PR adds Dockerfile to eventmaster. Image can be built by

docker build . -t em

To run the eventmaster in a container:

docker run --rm -v /your/path/to/config.json:/app/config.json -p50052:50052 em