From acfdbd5d4dfa376452bf9b11acd0c0734259dd24 Mon Sep 17 00:00:00 2001 From: bjab Date: Sun, 4 Jul 2021 16:31:36 +0200 Subject: [PATCH] Update pack duilder docs pack plugin searches for `project.toml` (without dot) --- docs/deployment/builders/cloud-native-buildpacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/builders/cloud-native-buildpacks.md b/docs/deployment/builders/cloud-native-buildpacks.md index fbaf1db37..a62133d91 100644 --- a/docs/deployment/builders/cloud-native-buildpacks.md +++ b/docs/deployment/builders/cloud-native-buildpacks.md @@ -20,7 +20,7 @@ This builder will be auto-detected in either the following cases: ```shell dokku config:set --no-restart node-js-app DOKKU_CNB_EXPERIMENTAL=1 ``` -- A `.project.toml` file exists in the root of the app repository. +- A `project.toml` file exists in the root of the app repository. - This file is consumed by `pack-cli` and used to describe how the app is built. The builder can also be specified via the `builder:set` command: