cake-erp-challenge/Procfile.txt

3 lines
61 B
Plaintext

release: cd api && flask db upgrade
web: cd api && flask run