mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
docs: switch from ps:rebuild to ps:restart
A rebuild from source is not generally required here.
This commit is contained in:
committed by
GitHub
parent
c9de100dd9
commit
2679bf3709
@@ -43,7 +43,7 @@ Once you have mounted persistent storage, you will also need to restart the appl
|
||||
[process scaling documentation](/docs/deployment/process-management.md) for more information.
|
||||
|
||||
```shell
|
||||
dokku ps:rebuild app-name
|
||||
dokku ps:restart app-name
|
||||
```
|
||||
|
||||
A more complete workflow may require making a custom directory for your application and mounting it within your `/app/storage` directory instead. The mount point is *not* relative to your application's working directory, and is instead relative to the root of the container.
|
||||
|
||||
Reference in New Issue
Block a user