Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav2404 authored Dec 14, 2024
1 parent 49ebcc1 commit f0f917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ["demoMvcCore.sln", "./"]
COPY ["/CoreBusiness.csproj", "CoreBusiness/"]
COPY ["/demoMvcCore.csproj","demoMvcCore/"]
COPY ["/UseCases.csproj", "UseCases/"]
COPY ["Plugins.DataStore.SQL/Plugins.DataStore.SQL.csproj", "Plugins.DataStore,SQL/"]
COPY ["/Plugins.DataStore.SQL.csproj", "Plugins.DataStore,SQL/"]

# Restore dependencies for all projects in the solution
RUN dotnet restore demoMvcCore.sln
Expand Down

0 comments on commit f0f917f

Please sign in to comment.