fix(governance/xc_admin): add complete dependencies to the dockerfile (#1369)
Apparently xc-admin now also needs price service SDK because the Solana receiver depends on it.
This commit is contained in:
parent
62b4b5a729
commit
d03f25bfbf
|
@ -9,6 +9,7 @@ USER 1000
|
|||
COPY --chown=1000:1000 target_chains/solana/sdk/js target_chains/solana/sdk/js
|
||||
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
|
||||
COPY --chown=1000:1000 pythnet/message_buffer pythnet/message_buffer
|
||||
COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js
|
||||
|
||||
RUN npx lerna run build --scope="{crank_executor,crank_pythnet_relayer,proposer_server}" --include-dependencies
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ USER 1000
|
|||
COPY --chown=1000:1000 target_chains/solana/sdk/js target_chains/solana/sdk/js
|
||||
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
|
||||
COPY --chown=1000:1000 pythnet/message_buffer pythnet/message_buffer
|
||||
COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js
|
||||
|
||||
ENV NODE_ENV production
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
|
|
Loading…
Reference in New Issue