Commit 1748fa55 authored by Felipe Andrade's avatar Felipe Andrade

fix(multisig-mon): onepass to dockerfile

parent 8df680a3
...@@ -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