Skip to content

Commit

Permalink
Try to use from parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonytm committed Feb 17, 2022
1 parent b6fc72b commit 4af1834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN dir
WORKDIR /src/Dianoga/bin/${BUILD_CONFIGURATION}/${DOTNET_VERSION_ARG}/
RUN dir
WORKDIR /
COPY /src/Dianoga/bin/Debug/net48/Dianoga.dll ./src/bin/
COPY /src/Dianoga/bin/Debug/net48/System.Threading.Tasks.Dataflow.dll ./src/bin/
COPY --from=build-env /src/Dianoga/bin/Debug/net48/Dianoga.dll ./src/bin/
COPY --from=build-env /src/Dianoga/bin/Debug/net48/System.Threading.Tasks.Dataflow.dll ./src/bin/

FROM ${BASE_IMAGE}

Expand Down

0 comments on commit 4af1834

Please sign in to comment.