From f878436005edbd53ec2c5a796750bc4274457d6b Mon Sep 17 00:00:00 2001 From: Ralf Pannemans Date: Fri, 25 Oct 2024 13:03:12 +0200 Subject: [PATCH] Document that binding needs also the type Procfile --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c8f069..94b9c33 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The `BP_DIRECT_PROCESS` environment variable can be used to opt-in in starting p The buildpack optionally accepts the following bindings: -|Key | Value | Description -|----------------------|---------|------------ -|`Procfile` |List of`: ` entries | The entries from this Binding will be merged with those from the application's `Procfile`, if both are present. The commands from this Binding take precedence over the application's `Procfile` if there are duplicate process-types. +|Key | Type | Value | Description +|----------------------|------|---------|------------ +|`Procfile` |`Procfile` |List of`: ` entries | The entries from this Binding will be merged with those from the application's `Procfile`, if both are present. The commands from this Binding take precedence over the application's `Procfile` if there are duplicate process-types.