* feat(docker): add Dockerfile to build container
Also added related docs. It is worth mentioning that at this point the
server used inside the docker container is the default Flask server,
which is not production ready.
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
* feat(docker): server requests with gunicorn
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
* fix(docker): restructure to speed up build
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
* perf(docker): reduced image size
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>