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 5
5
"author" : " " ,
6
6
"homepage" : " https://github.com/pyth-network/pyth-crosschain" ,
7
7
"license" : " ISC" ,
8
- "main" : " src /index.ts " ,
8
+ "main" : " lib /index.js " ,
9
9
"repository" : {
10
10
"type" : " git" ,
11
11
"url" : " git+https://github.com/pyth-network/pyth-crosschain.git"
You can’t perform that action at this time.
0 commit comments