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
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Docker is super useful but it can become a headache everytime that we want to change the docker or change a dependency. The problem is that when we use docker we bake everything into the Image and If we want to change something we must change the whole image again. This can be cumbersome and we loose a lot of time in this building times.
I propose the following changes
Use a multistage building strategy in Docker.
Instead of downloading source Dependencies in the Docker, use package managers and save the builds in a docker Volume.