features/cutover-to-ef #9
@ -18,7 +18,7 @@ RUN ls build
|
||||
|
||||
FROM build as ef
|
||||
RUN dotnet tool install dotnet-ef --tool-path /usr/bin --version 7.0.8
|
||||
RUN dotnet ef migrations bundle --project "Newsbot.Collector.Database"
|
||||
RUN dotnet ef migrations bundle --project "Newsbot.Collector.Database" --force
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0.3 as app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user