Update to instruction for manual setup

Manual setup used the wrong command; the parameter with application name was missing. This change adds that.
This commit is contained in:
Sal Rahman 2017-01-05 03:48:38 -08:00 committed by GitHub
parent 51f642dcff
commit d4f93ae2b3
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ All static files that you want to serve should be in the root directory of your
To trigger detection of this buildpack in Dokku, you have two options:
- Automatic: Add an *empty* file called `.static` to your root directory of your web project.
- Manual: Set your `BUILDPACK_URL` via `dokku config:set BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git`
- Manual: Set your `BUILDPACK_URL` via `dokku config:set $APP_NAME BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git`
Where `$APP_NAME` is your application's name.
### Heroku