Files
backstage/.changeset/beige-queens-crash.md
T
2020-11-30 18:39:49 +01:00

385 B

@backstage/create-app
@backstage/create-app
patch

Optimized the yarn install step in the backend Dockerfile.

To apply these changes to an existing app, make the following changes to packages/backend/Dockerfile:

Replace the RUN yarn install ... line with the following:

RUN yarn install --frozen-lockfile --production --network-timeout 300000 && rm -rf "$(yarn cache dir)"