ok found the issue, thanks sodoff devs

This commit is contained in:
Alan Moon 2025-03-18 17:03:56 -07:00
parent e570eeffa5
commit d180d724c7

View File

@ -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/