Skip to content

Optimize clp-package Docker build to avoid intermediate copying #1358

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions