build: definite fix

This commit is contained in:
2024-11-02 21:18:20 -03:00
parent f68e8f5e49
commit 1cd2c1a780

View File

@@ -1 +1 @@
web: gunicorn app:app --bind 0.0.0.0:$PORT
web: gunicorn 'app:create_app()' --bind 0.0.0.0:$PORT