Update docker.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-19 17:26:43 +02:00
committed by GitHub
parent 2270997d57
commit 9853a167b4
+2 -2
View File
@@ -16,8 +16,8 @@ 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.
It is in this section assumed that an [app](https://backstage.io/docs/getting-started/create-an-app)
has already been created with`@backstage/create-app`, in which the frontend is
This section assumes that an [app](https://backstage.io/docs/getting-started/create-an-app)
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
configuration into the app. This means that you only need to build and deploy a