Reduce docker image size
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
**User Story:**
As a developer
I want to to reduce the docker image size
So that we optimize our start up times
**Acceptance Criteria**
GIVEN I am a developer
WHEN i run a docker image build
THEN only the libraries that are required for production are contained in the build
AND developer libraries should not be contained
AND there should be no build dependencies
**Tech Details:**
**Note:**
This story cannot be started until #10207
Contributor guide
Assessment
This issue has not been assessed yet.