Skip to content

Commit

Permalink
fix: add missing project to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Jul 31, 2024
1 parent 4db08f7 commit dfab38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dependify.Cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY tests/Directory.Packages.props tests/Directory.Packages.props
COPY src/Dependify.Cli/Dependify.Cli.csproj src/Dependify.Cli/
COPY src/Dependify.Core/Dependify.Core.csproj src/Dependify.Core/
COPY src/Web/Web.csproj src/Web/
COPY src/Dependify.Aspire.Hosting/Dependify.Aspire.Hosting.csproj src/Dependify.Aspire.Hosting/
COPY tests/Dependify.Core.Tests/Dependify.Core.Tests.csproj tests/Dependify.Core.Tests/

RUN dotnet restore
Expand Down

0 comments on commit dfab38c

Please sign in to comment.