Skip to content

Commit

Permalink
[skip ci]Update Dockerfile for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoAres committed Jun 27, 2024
1 parent 8bddb97 commit 2208804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 2208804

Please sign in to comment.