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