From 363b1441437c49a2b99d2b8ef48fafa98d5f60a5 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Fri, 26 Aug 2022 12:06:09 -0400 Subject: [PATCH] Update README.md (#22) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fded0b..1b96074 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ The Profile Buildpack is a Cloud Native Buildpack that implements the behavior o This buildpack will participate all the following conditions are met -* +* `bash` is available in the container +* a `.profile` script file exists at the root of the application The buildpack will do the following: -* +* contribute an `exec.d` script which will at runtime source the `.profile` script and ensure environment variables set by the script are available to your application ## License