Why
In #71, we plan to move poetry install process into Docker image build step without considering cache created by poetry, and it will increase image size. In this ticket, we try to find unnecessary files (cache etc.) and remove them to reduce image size.
Definition of Done
- Docker image size is reduced by removing unnecessary files.
How
Why
In #71, we plan to move poetry install process into Docker image build step without considering cache created by poetry, and it will increase image size. In this ticket, we try to find unnecessary files (cache etc.) and remove them to reduce image size.
Definition of Done
How