Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ COPY src/api/Api.csproj src/api/ COPY src/application/Application.csproj src/application/ COPY src/infrastructure/Infrastructure.csproj src/infrastructure/ COPY src/models/Models.csproj src/models/ COPY src/nexus/Nexus.csproj src/nexus/ COPY src/nexus/Cals.Nexus.csproj src/nexus/ RUN dotnet restore Cals.Visor.sln -p:Configuration=Release # Copy the remaining source code Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ COPY src/api/Api.csproj src/api/ COPY src/application/Application.csproj src/application/ COPY src/infrastructure/Infrastructure.csproj src/infrastructure/ COPY src/models/Models.csproj src/models/ COPY src/nexus/Nexus.csproj src/nexus/ COPY src/nexus/Cals.Nexus.csproj src/nexus/ RUN dotnet restore Cals.Visor.sln -p:Configuration=Release # Copy the remaining source code Loading