After discussing this with Alexander, his apporach on app-store is a bit different where there is an extra layer of nginx serving static output of react builds.
In our case we don't have such proxy, the method i took was to generate index.html as a jinja template when tranql-app docker file npm builds. This way when flask serves that file it would append the configured web prefix for the static file refs.
Reasoner(s) attribute :
In case of returning redis graph answers reasoner was not being added to nodes and edges. This PR fixes that
Docker files:
Tranql-base docker file was always being built off of master this parameterizes branch (as docker arg) and from our build yaml file in jenkins it would control build branch
PR is to fix