Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 285 Bytes

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