From 9bc88c24e7be3bff5b839cd6a5ec39fc0c7f2976 Mon Sep 17 00:00:00 2001 From: Nikki Nikkhoui Date: Tue, 30 Nov 2021 17:24:57 -0800 Subject: [PATCH] run prettier Signed-off-by: Nikki Nikkhoui --- docs/deployment/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index f0fe0c7e1f..6f58abe769 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -7,9 +7,9 @@ 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 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. +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. Something that goes for all of these docker deployment strategies is that they are stateless, so for a production deployment you will want to set up and