Files
dokku/tests/apps/python/second.Procfile
Jose Diaz-Gonzalez 476a4efa46 fix: use -u in Procfile to unbuffer python output
Without this, logs don't get written out immediately, causing tests to fail.
2022-12-28 15:35:26 -05:00

2 lines
39 B
Plaintext

web: python3 -u web.py second.Procfile