edupick-api / Procfile
Ali Abozahra
Deploy EduPick backend
c64acd1
Raw
History Blame Contribute Delete
81 Bytes
web: gunicorn app:app --bind 0.0.0.0:$PORT --workers 1 --threads 4 --timeout 120