We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e243e67 commit f70f163Copy full SHA for f70f163
governance/xc_admin/Dockerfile
@@ -8,7 +8,7 @@ USER 1000
8
9
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
10
11
-RUN npx lerna run build --scope="{crank_executor,crank_pythnet_relayer}" --include-dependencies
+RUN npx lerna run build --scope="{crank_executor,crank_pythnet_relayer,proposer_server}" --include-dependencies
12
13
WORKDIR /home/node/governance/xc_admin
14
0 commit comments