Skip to content

Commit

Permalink
Merge pull request #67 from khaneliman/feature/troubleshoot-docker-do…
Browse files Browse the repository at this point in the history
…tnet-6

Feature/troubleshoot docker dotnet 6
  • Loading branch information
khaneliman authored Nov 11, 2021
2 parents 4370556 + ff3dc0b commit 5068345
Show file tree
Hide file tree
Showing 9 changed files with 18,814 additions and 8,239 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,5 @@ FodyWeavers.xsd

# JetBrains Rider
.idea/
*.sln.iml
*.sln.iml
**/.angular/cache/*
12 changes: 12 additions & 0 deletions WebApi/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.0",
"commands": [
"dotnet-ef"
]
}
}
}
2 changes: 1 addition & 1 deletion WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
<!--<ContainerDevelopmentMode>Regular</ContainerDevelopmentMode>-->
<ContainerDevelopmentMode>Regular</ContainerDevelopmentMode>
<DockerfileFastModeStage>base</DockerfileFastModeStage>
</PropertyGroup>

Expand Down
Loading

0 comments on commit 5068345

Please sign in to comment.