diff --git a/Dockerfile b/Dockerfile index 7fe17313..c46a30a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ WORKDIR /package/Tests RUN dotnet test -l "console;verbosity=normal" FROM build as pack_release +COPY /README.md /package/Conductor/README.md ARG SDK_VERSION RUN dotnet pack "conductor-csharp.csproj" \ -o /build \