Skip to content

Add command line option to specify port numbers, adds docopt as dependency

Christian Pietsch requested to merge CristianCantoro:master into master

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.

Merge request reports

Loading