Revise Host port of Readme
The Host port (15000) in Section 3.3 on Readme is different from the actual Host port (50005).
$ docker run -d -p 15000:5000 --name flask-label-input-interface flask-label-input-interface
It should be unified with the actual Host port (50005).