forked from SoDOff-Project/sodoff
target project
This commit is contained in:
parent
4c51b60b12
commit
0de8595cec
@ -19,7 +19,7 @@ RUN dotnet tool install --global dotnet-ef --version 7.0.12
|
||||
ENV PATH="${PATH}:/root/.dotnet/tools"
|
||||
|
||||
# ensure database is in sync with migrations
|
||||
RUN dotnet ef database update
|
||||
RUN dotnet ef database update --project sodoff.csproj
|
||||
|
||||
# Create clean run environment (without source and sdk)
|
||||
# FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||
|
Loading…
x
Reference in New Issue
Block a user