Closed kostadin-damyanov-prime closed 3 years ago
It would be nice if a long Procfile command line could be split in multiple lines. For example:
web: web-executable \ --config=/path/to/config \ --option=value worker: worker-executable
Another example: https://smartmob-rfc.readthedocs.io/en/latest/1-procfile.html#multiline-commands
@kostadin-damyanov-prime currently the best way to do this is to put your command in a script, and reference this script from your Procfile.
It would be nice if a long Procfile command line could be split in multiple lines. For example:
Another example: https://smartmob-rfc.readthedocs.io/en/latest/1-procfile.html#multiline-commands