forget-cancellare-vecchi-toot/Procfile.dev

4 lines
139 B
Plaintext

web: gunicorn -b 127.0.0.1:5000 --reload --reload-extra-file templates/ -w 4 forget:app
worker: python tasks.py -B -Ofair
build: doit auto