From 784323f6ba4cbe4987d22231d96662d542fde655 Mon Sep 17 00:00:00 2001 From: Ben Francom <5726729+bfrancom@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:13:43 -0600 Subject: [PATCH] Update docker.md Old link is broken Signed-off-by: Ben Francom <5726729+bfrancom@users.noreply.github.com> --- docs/deployment/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index 4a2aa689b6..791882224d 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -16,7 +16,7 @@ are stateless, so for a production deployment you will want to set up and connect to an external PostgreSQL instance where the backend plugins can store their state, rather than using SQLite. -This section assumes that an [app](https://backstage.io/docs/getting-started/standalone-install) +This section assumes that an [app](https://backstage.io/docs/getting-started/) has already been created with `@backstage/create-app`, in which the frontend is bundled and served from the backend. This is done using the `@backstage/plugin-app-backend` plugin, which also injects the frontend