Skip to content

HugoDelval/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My website

Why not being opensource about it ?

Flask

Built with the microframework Flask

Run it ?

docker build -t website .
docker run -e google_passwd=<YOUR_GMAIL_PASSWD_HERE> -p 80:8080 -dt --restart unless-stopped website