diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index 36967f352a..0b99e81d64 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -167,7 +167,9 @@ RUN yarn install --frozen-lockfile --network-timeout 600000 && rm -rf "$(yarn ca COPY . . RUN yarn tsc -RUN yarn --cwd packages/backend backstage-cli backend:bundle --build-dependencies +RUN yarn --cwd packages/backend build +# If you have not yet migrated to package roles, use the following command instead: +# RUN yarn --cwd packages/backend backstage-cli backend:bundle --build-dependencies # Stage 3 - Build the actual backend image and install production dependencies FROM node:16-bullseye-slim