Skip to content

Commit

Permalink
build: make worker built with tests usable with core deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Dec 14, 2023
1 parent f5e4ed3 commit c2b19aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN dotnet publish --self-contained -c Release -r linux-x64 -f net6.0 .
FROM ${WORKER_DLL_IMAGE} AS final

ENV ServiceAssemblyPath=/guest
ENV FileStorageType=FS
COPY --from=build /src/Tests/ArmoniK.EndToEndTests/publish/ArmoniK.EndToEndTests.Worker/1.0.0-700/ /guest

0 comments on commit c2b19aa

Please sign in to comment.