Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making docker image thinner #2975

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Making docker image thinner #2975

merged 1 commit into from
Jun 14, 2024

Conversation

mutantcornholio
Copy link
Contributor

By splitting build into two stages, we'll take only docs/build into the layers.
yarn workspaces focus --production removes all devDependencies, which also aren't needed after build.
date-fns wasn't specified in deps at all, but needed at runtime. Fixed.

The result: image went from 1.26GB to 472MB

By splitting build into two stages, we'll take only docs/build into the
layers.
`yarn workspaces focus --production` removes all devDependencies, which
also aren't needed after build.
`date-fns` wasn't specified in deps at all, but needed at runtime. Fixed.

The result: image went from 1.26GB to 472MB
@ironoa ironoa merged commit 66f0eab into staging Jun 14, 2024
13 checks passed
@ironoa ironoa deleted the yuri/thin-docker-layer branch June 14, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants