Skip to content

Commit

Permalink
modify path
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Sep 25, 2024
1 parent 29f4124 commit 6b1542e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
COPY --from=buildgo /go/bin/chainlink /usr/local/bin/
COPY --from=buildgo /go/bin/chainlink-medianpoc /usr/local/bin/
COPY --from=buildgo /go/bin/chainlink-ocr3-capability /usr/local/bin/
RUN ls
COPY --from=buildgo plugins/stdcap/cron /usr/local/bin/
COPY --from=buildgo plugins/stdcap/kvstore /usr/local/bin/
COPY stdcap/cron /usr/local/bin/
COPY stdcap/kvstore /usr/local/bin/

COPY --from=buildplugins /go/bin/chainlink-feeds /usr/local/bin/
ENV CL_MEDIAN_CMD chainlink-feeds
Expand Down

0 comments on commit 6b1542e

Please sign in to comment.