docker build -t rainbow . && docker run -p 2022:2022 rainbow
pip install -r requirements.txt
flask --app hello run
python -m venv ./env
source env/bin/activate
pip3 install -r requirements.txt
apt-get install nginx certbot docker.io docker-compose
- obtain certificate
- Use nginx.conf as site config and adapt URL
- paste into crontab
* * * * * sh /root/update.sh