Hacker News new | ask | show | jobs
by phaemon 2133 days ago
Docker works in layers. Your problem is that you've put the thing you're changing at the bottom layer so it affects everything above it. Rearrange things so that two character change is the top layer and it will make life a lot less painful.