From 6d1ae20708187a313bc7d83d8c5dbabb705281bc Mon Sep 17 00:00:00 2001 From: Anton Wilhelm Date: Tue, 10 Jan 2017 03:52:33 +0100 Subject: [PATCH] update docs how to set buildback --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index affd151..e94676e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ All static files that you want to serve should be in the root directory of your ### Dokku -To trigger detection of this buildpack in Dokku, you have two options: +To trigger detection of this buildpack you need to add a dotfile: -- Automatic: Add an *empty* file called `.static` to your root directory of your web project. -- Manual: Set your `BUILDPACK_URL` via `dokku config:set $APP_NAME BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git` +Add an *empty* file called `.static` to your root directory of your web project (regardless if you use a custom value for NGINX_ROOT) Where `$APP_NAME` is your application's name.