archive
/
catfish
Archived
1
Fork 0
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

web: python -m http.server $PORT
bg: python src/dummy_program.py
die: python src/die_soon.py
exit: python src/exit_soon.py