**Description** How can I reduce Docker image size via multi stage build? ``` FROM tiangolo... COPY . /app ``` this produces over 1GB?
Description
How can I reduce Docker image size via multi stage build?
this produces over 1GB?