79379490

Date: 2025-01-22 23:57:34
Score: 0.5
Natty:
Report link

You need to both install dotnet-tool and set up path so that it is found:

RUN dotnet tool install --global dotnet-ef
ENV PATH="$PATH:/root/.dotnet/tools"
RUN dotnet ef database update
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: wikwoj