Merge pull request #29011 from awanlin/topic/include-multi-stage-docker-link

Added link to multi-stage Dockerfile docs
This commit is contained in:
Ben Lambert
2025-03-07 08:19:10 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Added link to multi-stage Dockerfile documentation as alternative option
@@ -8,6 +8,9 @@
# yarn build:backend
#
# Once the commands have been run, you can build the image using `yarn build-image`
#
# Alternatively, there is also a multi-stage Dockerfile documented here:
# https://backstage.io/docs/deployment/docker#multi-stage-build
FROM node:20-bookworm-slim