mix honcho.start (honcho v0.2.4)
View SourceStarts processes defined in a Procfile.
By default, it will look for a file named Procfile
in the
current directory.
mix honcho.start
mix honcho.start -p /path/to/Procfile
mix honcho.start --procfile /path/to/procfile
Options
-p, --procfile
- indicates a path to a specific file.