From 2271c476e96d9688c8277bd66adeecc7afdb679a Mon Sep 17 00:00:00 2001 From: Thomas Gorny Date: Wed, 25 Aug 2021 11:44:59 +0200 Subject: [PATCH] Remove spare backtick in 0.25.0-migration-guide.md --- docs/appendices/0.25.0-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appendices/0.25.0-migration-guide.md b/docs/appendices/0.25.0-migration-guide.md index 31c7cc3f0..19afe7fa4 100644 --- a/docs/appendices/0.25.0-migration-guide.md +++ b/docs/appendices/0.25.0-migration-guide.md @@ -22,7 +22,7 @@ The [dokku-registry](https://github.com/dokku/dokku-registry) plugin is now buil ### Deprecations - In previous versions of Dokku, the only way to specify a custom `Dockerfile` was to use the `docker-options` plugin to set the `--file` flag for a docker build. As of 0.25.0, the `builder-dockerfile:set` command should be used instead, as outlined in the [docs here](/docs/deployment/builders/dockerfiles.md#changingthe-dockerfile-location). Usage of the old method should be migrated to the new method. -- The `--rm` and ``--rm-container` flags may be specified but no longer have any effect on `dokku run`. +- The `--rm` and `--rm-container` flags may be specified but no longer have any effect on `dokku run`. - The `--detach` flag is deprecated in favor of the `run:detached` command. - The `DOKKU_SCALE` file is deprecated. Please see the [process management documentation](/docs/processes/process-management.md#manually-managing-process-scaling) for more information on it's replacement with the `formations` key of the `app.json` file. - The hooks `post-release-buildpack`, `post-release-dockerfile`, and `post-release-pack` are deprecated in favor of `post-release-builder`. See the [plugin triggers documentation](https://dokku.com/docs/development/plugin-triggers/#post-release-builder) for more details.