target project

This commit is contained in:
Alan Moon 2025-03-18 16:59:37 -07:00
parent 4c51b60b12
commit 0de8595cec

View File

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