浏览代码

add pyth2wormhole.so to solana dir

Eran Davidovich 3 年之前
父节点
当前提交
a14f2b2515
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -96,6 +96,7 @@ RUN pip install --no-cache-dir pyyaml==6.0
 COPY third_party/pyth/p2w_autoattest.py third_party/pyth/pyth_utils.py ./
 COPY --from=base-rust /root/.local/share/solana/install/active_release/bin/solana /usr/bin/solana
 COPY --from=base-rust /usr/src/wormhole/solana/pyth2wormhole/target/debug/pyth2wormhole-client /usr/bin/pyth2wormhole-client
+COPY --from=base-rust ${WH_ROOT}/solana/pyth2wormhole/target/deploy/pyth2wormhole.so ${WH_ROOT}/solana/pyth2wormhole/target/deploy/pyth2wormhole.so
 RUN groupadd -g 10001 pyth && useradd -m -u 10001 -g 10001 pyth
 RUN chown -R pyth:pyth .
 USER pyth