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
The docker containers that we are deploying are quite big. We should try to reduce the size of them, specifically the backend container.
One possible size reduction would be to not just install the dependencies, build, and copy it to the docker image, but reinstalling only the prod dependencies to the docker image.
The text was updated successfully, but these errors were encountered:
The docker containers that we are deploying are quite big. We should try to reduce the size of them, specifically the backend container.
One possible size reduction would be to not just install the dependencies, build, and copy it to the docker image, but reinstalling only the prod dependencies to the docker image.
The text was updated successfully, but these errors were encountered: