Merge pull request #15 from shovon/patch-1

Update to instruction for manual setup
This commit is contained in:
Jose Diaz-Gonzalez 2017-01-05 12:25:51 -05:00 committed by GitHub
commit dded3b0717
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