Actually we do not use docker since we already rely on a VM infrastructure. But anyway it is possible to deploy the dockerized version by:
- docker build --no-cache -t img_name .
- docker run -p 5000:4000 -it -v /home/mantovan/remind2/:/flask_website/instance/ img_name