File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Defined in tilt_devnet/docker_images/Dockerfile.lerna
2+ FROM lerna
3+
4+ USER root
5+
6+ WORKDIR /home/node/
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
12+
13+ WORKDIR /home/node/governance/xc_admin
14+
15+ CMD [ "npx" , "node" , "packages/crank_executor/lib/index.js" ]
Original file line number Diff line number Diff line change 55 "author" : " " ,
66 "homepage" : " https://github.com/pyth-network/pyth-crosschain" ,
77 "license" : " ISC" ,
8- "main" : " src /index.ts " ,
8+ "main" : " lib /index.js " ,
99 "repository" : {
1010 "type" : " git" ,
1111 "url" : " git+https://github.com/pyth-network/pyth-crosschain.git"
You can’t perform that action at this time.
0 commit comments