Description
Optimize the clp-package Docker image build process to avoid copying everything into the clp-package directory first. Instead, specify build/<component> paths directly in COPY commands in the Dockerfile.
Background
Currently, the build process copies all components into clp-package before building the Docker image. This can be optimized by directly copying from build/<component> paths in the Dockerfile COPY commands.
Priority
This is a low-priority optimization that is not blocking the Docker Compose migration.
Related
Description
Optimize the clp-package Docker image build process to avoid copying everything into the clp-package directory first. Instead, specify
build/<component>paths directly in COPY commands in the Dockerfile.Background
Currently, the build process copies all components into clp-package before building the Docker image. This can be optimized by directly copying from
build/<component>paths in the Dockerfile COPY commands.Priority
This is a low-priority optimization that is not blocking the Docker Compose migration.
Related