From 0ee1d3f8586d542f20432aac73473de07f882afb Mon Sep 17 00:00:00 2001 From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:52:28 +0100 Subject: [PATCH] doc: remove runtime config from docker build instructions Also fixes #27075 Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> --- docs/deployment/docker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index afab8ef54d..79be3cb074 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -46,8 +46,7 @@ yarn install --immutable yarn tsc # Build the backend, which bundles it all up into the packages/backend/dist folder. -# The configuration files here should match the one you use inside the Dockerfile below. -yarn build:backend --config ../../app-config.yaml --config ../../app-config.production.yaml +yarn build:backend ``` Once the host build is complete, we are ready to build our image. The following