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 a174a4d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ RUN dotnet publish --self-contained -c Release -r linux-x64 -f net6.0 .

FROM ${WORKER_DLL_IMAGE} AS final

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

0 comments on commit a174a4d

Please sign in to comment.