You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the production image have an enormous size. Adding a multistage docker file to reduce the size of the image.
Reduces the image size drastically.
Proposed Solution:
I will use multistage docker build to reduce the size of the image to save storage for the deployment phase, for turborepo it was a bit tough for me, but i came up with a solution i was working on it from the past 2 weeks. Now i have finally cracked it.
The text was updated successfully, but these errors were encountered:
Issue:
production image
have anenormous size
. Adding a multistage docker file to reduce the size of the image.Proposed Solution:
I will use multistage docker build to reduce the size of the image to save storage for the deployment phase, for turborepo it was a bit tough for me, but i came up with a solution i was working on it from the past 2 weeks. Now i have finally cracked it.
The text was updated successfully, but these errors were encountered: