diff --git a/back/.config/dotnet-tools.json b/back/.config/dotnet-tools.json index 4a8f05ad..8fe65408 100644 --- a/back/.config/dotnet-tools.json +++ b/back/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.9", + "version": "8.0.3", "commands": [ "dotnet-ef" ] diff --git a/back/.dockerignore b/back/.dockerignore index 23880f5d..9f8aece3 100644 --- a/back/.dockerignore +++ b/back/.dockerignore @@ -1,18 +1,17 @@ Dockerfile Dockerfile.dev +Dockerfile.* .dockerignore .gitignore docker-compose.yml README.md **/build **/dist -src/Kyoo.WebApp/Front/nodes_modules **/bin **/obj out docs tests -!tests/Kyoo.Tests/Kyoo.Tests.csproj front video nginx.conf.template