Skip to content

Commit

Permalink
Move dotnet-tools.json to root
Browse files Browse the repository at this point in the history
  • Loading branch information
a.civier committed May 22, 2024
1 parent c2814e2 commit 888eb45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"commands": [
"swagger"
]
},
"dotnet-ef": {
"version": "8.0.5",
"commands": [
"dotnet-ef"
]
}
}
}
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ COPY ./ ./

# Install Dot net Dependencies
RUN dotnet restore
RUN cd src/Api && dotnet tool restore

RUN dotnet tool install --global dotnet-ef
RUN dotnet tool restore

## ---------------------------------------------------------------------------------- ##
## ----------------------------------- prod build ----------------------------------- ##
Expand Down

0 comments on commit 888eb45

Please sign in to comment.