docs: clarify plugin installation documentation

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 19:32:55 -05:00
parent 1412002217
commit 2ad14f71ea

View File

@@ -80,7 +80,7 @@ redis: https://github.com/dokku/dokku-redis.git
### Prior to Dokku start ### Prior to Dokku start
The alternative is to build a custom docker image via a custom Dockerfile. This Dockerfile can run any `plugin:install` command. Note that the version installed at that time will be the one that persists. Below is an example Dockerfile showing this method. The alternative is to build a custom docker image via a custom Dockerfile. This Dockerfile can run any `plugin:install` command, though the `install` trigger must be skipped via the `--skip-install-trigger`. The version installed at that time will be the one that persists. Below is an example Dockerfile showing this method.
```Dockerfile ```Dockerfile
FROM dokku/dokku:0.37.0 FROM dokku/dokku:0.37.0