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

@@ -158,7 +158,7 @@ There are also a few other exceptions for the `web` process.
#### Changing the `Procfile` location
When deploying a monorepo, it may be desirable to specify the specific path of the `Procfile` file to use for a given app. This can be done via the `ps:set` command.
When deploying a monorepo, it may be desirable to specify the specific path of the `Procfile` file to use for a given app. This can be done via the `ps: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 `Procfile`.
```shell
dokku ps:set node-js-app procfile-path Procfile2