mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: call procfile-util correctly
This commit is contained in:
@@ -400,7 +400,7 @@ get_cmd_from_procfile() {
|
||||
verify_app_name "$APP"
|
||||
|
||||
[[ ! -f $DOKKU_PROCFILE ]] && return
|
||||
procfile-util show -p "$PROC_TYPE" --port "$PORT"
|
||||
procfile-util show --procfile "$PROC_TYPE" --default-port "$PORT"
|
||||
}
|
||||
|
||||
is_deployed() {
|
||||
|
||||
Reference in New Issue
Block a user