diff --git a/dockerfile b/dockerfile index 2470399..5972b6e 100644 --- a/dockerfile +++ b/dockerfile @@ -3,6 +3,7 @@ WORKDIR /app # Copy csproj and restore as distinct layers COPY **/*.csproj ./ +RUN ls RUN dotnet restore # Copy everything else and build