Commit 580ddd1f authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #8468 from ethereum-optimism/felipe/chainmon-add-onepass-to-dockerfile

fix(multisig-mon): add onepass cli to dockerfile
parents 9a5ff2be 1748fa55
...@@ -81,6 +81,8 @@ COPY .git/ ./.git ...@@ -81,6 +81,8 @@ COPY .git/ ./.git
COPY .gitmodules ./.gitmodules COPY .gitmodules ./.gitmodules
RUN git submodule update --init --recursive RUN git submodule update --init --recursive
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
RUN pnpm build RUN pnpm build
ENTRYPOINT ["pnpm", "run"] ENTRYPOINT ["pnpm", "run"]
...@@ -104,7 +106,6 @@ CMD ["start:fault-mon"] ...@@ -104,7 +106,6 @@ CMD ["start:fault-mon"]
from base as multisig-mon from base as multisig-mon
WORKDIR /opt/optimism/packages/multisig-mon WORKDIR /opt/optimism/packages/multisig-mon
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
CMD ["start:multisig-mon"] CMD ["start:multisig-mon"]
FROM base as replica-mon FROM base as replica-mon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment