Skip to content

Commit

Permalink
Dockerfile install dotnet-ef
Browse files Browse the repository at this point in the history
  • Loading branch information
misaalanshori committed May 15, 2024
1 parent 5fd9ea7 commit 37238e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csharp_backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN dotnet build "./csharp_backend.csproj" -c $BUILD_CONFIGURATION -o /app/build
FROM build AS publish
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "./csharp_backend.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
RUN dotnet tool install --global dotnet-ef

FROM base AS final
WORKDIR /app
Expand Down

0 comments on commit 37238e1

Please sign in to comment.