From 2208804253576329ebfc77215d6b370d885aa5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=A5=9E=E8=A5=BF=E7=BA=A2=E6=9F=BF?= <34213033+TomatoAres@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:05:44 +0800 Subject: [PATCH] [skip ci]Update Dockerfile for testnet --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23737c9f9..289e65f73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,9 +45,8 @@ RUN rm -rf /usr/share && \ USER bifrost COPY --from=builder /app/target/production/bifrost /usr/local/bin -COPY ./node/service/res/bifrost-kusama.json /spec/bifrost.json -COPY ./node/service/res/bifrost-kusama.json /spec -COPY ./node/service/res/bifrost-polkadot.json /spec +COPY ./node/service/res/bifrost-polkadot-testnet-raw.json /spec/bifrost-polkadot-testnet-raw.json +COPY ./node/service/res/rococo-local.json /spec/rococo-local.json # checks RUN ldd /usr/local/bin/bifrost && \