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 d84e881 commit 1564925
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 ["demoMvcCore/demoMvcCore.csproj", "demoMvcCore/"]
COPY ["UseCases/UseCases.csproj", "UseCases/"]
COPY ["Plugins.DataStore.SQL/Plugins.DataStore.SQL.csproj", "Plugins.DataStore.SQL/"]
COPY ["Plugins.DataStore.InMemory/Plugins.DataStore.InMemory.csproj", "Plugins.DataStore.InMemory/"]
COPY ["Plugins/Plugins.DataStore.InMemory.csproj", "Plugins/"]
COPY ["CoreBusiness/CoreBusiness.csproj", "CoreBusiness/"]

# Restore dependencies
Expand Down

0 comments on commit 1564925

Please sign in to comment.