Update docker.md

add missing "to"

Signed-off-by: Nikki Nikkhoui <nnikkhoui@wikimedia.org>
This commit is contained in:
Nikki Nikkhoui
2021-11-30 12:52:08 -08:00
committed by Nikki Nikkhoui
parent 0d568fb4f1
commit d391c33173
+1 -1
View File
@@ -7,7 +7,7 @@ description: How to build a Backstage Docker image for deployment
This section describes how to build a Backstage App into a deployable Docker
image. It is split into three sections, first covering the host build approach,
which is recommended due its speed and more efficient and often simpler caching.
which is recommended due to its speed and more efficient and often simpler caching.
The second section covers a full multi-stage Docker build, and the last section
covers how to deploy the frontend and backend as separate images.