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 5135869 commit d84e881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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 ["CoreBusiness/CoreBusiness.csproj", "CoreBusiness/"]

# Restore dependencies
Expand Down

0 comments on commit d84e881

Please sign in to comment.