Builds take forever.
Why
Dependencies and source copied in wrong order.
Fix
COPY *.csproj ./ RUN dotnet restore COPY . .
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Builds take forever.
Why
Dependencies and source copied in wrong order.
Fix
COPY *.csproj ./ RUN dotnet restore COPY . .