forked from SoDOff-Project/sodoff
ok found the issue, thanks sodoff devs
This commit is contained in:
parent
e570eeffa5
commit
d180d724c7
@ -15,7 +15,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 --project sodoff.csproj
|
||||
RUN dotnet ef database update --project /src/src/sodoff.csproj
|
||||
|
||||
# move mods and assets directors from sources to /app
|
||||
RUN mv src/mods /app && ln -s /app/mods src/
|
||||
|
Loading…
x
Reference in New Issue
Block a user