git clone https://github.com/Subscribie/dev-docs.git
cd dev-docs;
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
export FLASK_DEBUG=1
flask run
podman build docs .
podman run -p 8081:80 docs
dokku apps:create <repo-name>
Add the ssh key of the local machine
git clone <repo-name>
git remote add dokku dokku@<ip-server-address>:<repository-name>
git push dokku