doc: remove runtime config from docker build instructions

Also fixes #27075

Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>
This commit is contained in:
RedlineTriad
2024-11-13 13:52:28 +01:00
parent 13180c5260
commit 0ee1d3f858
+1 -2
View File
@@ -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