docs: add notes for what happens if the specified values do not exist

This commit is contained in:
Jose Diaz-Gonzalez
2021-05-23 18:03:33 -04:00
parent 79cd7e4cab
commit f62373c3fa
5 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ Please keep the above in mind when utilizing deployment tasks.
### Changing the `app.json` location
When deploying a monorepo, it may be desirable to specify the specific path of the `app.json` file to use for a given app. This can be done via the `app-json:set` command.
When deploying a monorepo, it may be desirable to specify the specific path of the `app.json` file to use for a given app. This can be done via the `app-json:set` command. If a value is specified and that file does not exist within the repository, Dokku will continue the build process as if the repository has no `app.json` file.
```shell
dokku app-json:set node-js-app appjson-path second-app.json