This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
catfish/example/etc/environments/development/Procfile

5 lines
123 B
Plaintext
Raw Normal View History

2018-12-17 21:43:46 +00:00
web: python -m http.server $PORT
2018-12-18 20:16:34 +00:00
bg: python src/dummy_program.py
die: python src/die_soon.py
exit: python src/exit_soon.py