Add command line option to specify port numbers, adds docopt as dependency
Created by: CristianCantoro
As per commit message.
You can mount the application on a different port with the -p
option, for example:
$ OABOT_DEV=1 python app.py -p 5555
will bind the application to port 5555
.