mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 06:55:25 +02:00
Add specific Procfile option for foreman
This commit is contained in:
parent
e0c5f8cc45
commit
093886e587
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`foreman start`
|
||||
|
||||
- Start an application with a specified Procfile:
|
||||
|
||||
`foreman start -f {{Procfile}}`
|
||||
|
||||
- Start a specific application:
|
||||
|
||||
`foreman start {{process}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue