Add support for deployment via dokku

This commit is contained in:
Peter Stockings
2026-02-22 22:57:24 +11:00
parent ccdb3d8dc7
commit fc94d54d79
2 changed files with 2 additions and 0 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: gunicorn run:app

View File

@@ -1,4 +1,5 @@
flask==3.1.0
gunicorn==23.0.0
psycopg2-binary==2.9.10
python-dotenv==1.0.1
werkzeug==3.1.3