Skip to content

Commit d4507de

Browse files
authored
more updates
1 parent 1a6e25b commit d4507de

File tree

3 files changed

+13
-32
lines changed

3 files changed

+13
-32
lines changed

.config/dotnet-tools.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-ef": {
6+
"version": "5.0.4",
7+
"commands": [
8+
"dotnet-ef"
9+
]
10+
}
11+
}
12+
}

.devcontainer/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pushd Web
33
npm install
44
popd
55

6-
dotnet ef database update --project Data -s Web
6+
dotnet ef database update --project Data -s Web --connection "Server=localhost;Database=RecipesDb;User Id=SA;Password=P@ssw0rd"

0 commit comments

Comments
 (0)