Closed zxia-wish closed 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
This PR adds Dockerfile to eventmaster. Image can be built by
To run the eventmaster in a container: