Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dockerization

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:

  1. docker build --no-cache -t img_name .
  2. docker run -p 5000:4000 -it -v /home/mantovan/remind2/:/flask_website/instance/ img_name