Build the docker image
docker build -t mrzscanner .
Run the docker container
docker run --rm -p 8080:8080 mrzscanner
Run test against server
./client.py path/to/image.jpg
Swagger UI: http://localhost:8080/mrz/ui/
Build the docker image
docker build -t mrzscanner .
Run the docker container
docker run --rm -p 8080:8080 mrzscanner
Run test against server
./client.py path/to/image.jpg
Swagger UI: http://localhost:8080/mrz/ui/