Currently all the static assets are present inside the public folder which includes.
ICONS
PNG
Update the existing pipeline to upload the these static assets to s3.
Create a separate webpack or update the existing webpack to ignore the public folder during the internal deployment.So that these assets can be always fetch from s3 rather than fetching it from the deployed container.
Currently all the static assets are present inside the public folder which includes.