Skip to content

Commit db61a82

Browse files
committed
fix: add missing dependency
1 parent 9a1676d commit db61a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dependify.Cli/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ COPY src/Dependify.Cli/Dependify.Cli.csproj src/Dependify.Cli/
1212
COPY src/Dependify.Core/Dependify.Core.csproj src/Dependify.Core/
1313
COPY src/Web/Web.csproj src/Web/
1414
COPY src/Dependify.Aspire.Hosting/Dependify.Aspire.Hosting.csproj src/Dependify.Aspire.Hosting/
15+
COPY src/Dependify.Aspire.Hosting.Ollama/Dependify.Aspire.Hosting.Ollama.csproj src/Dependify.Aspire.Hosting.Ollama/
1516
COPY tests/Dependify.Core.Tests/Dependify.Core.Tests.csproj tests/Dependify.Core.Tests/
1617

1718
RUN dotnet restore

0 commit comments

Comments
 (0)