Skip to content

Commit

Permalink
FIX-2343 Add Directory.Packages.props to Dockerfile-api (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmarius authored Apr 5, 2024
1 parent d82d0a6 commit 057d1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-api
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /build
COPY Directory.Packages.props Directory.Packages.props
COPY Src/Witsml/Witsml.csproj Src/Witsml/Witsml.csproj
COPY Src/WitsmlExplorer.Api/WitsmlExplorer.Api.csproj Src/WitsmlExplorer.Api/WitsmlExplorer.Api.csproj
COPY Tests/Witsml.Tests/Witsml.Tests.csproj Tests/Witsml.Tests/Witsml.Tests.csproj
Expand Down

0 comments on commit 057d1fe

Please sign in to comment.