mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 03:38:43 +00:00
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:
parent
51f642dcff
commit
d4f93ae2b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user