fix: add solana-utils package to xc-admin frontend dockerfile (#1339)

This commit is contained in:
Ali Behjati 2024-03-01 16:11:10 +03:30 committed by GitHub
parent eb4521418c
commit be902e1248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ USER root
WORKDIR /home/node/
USER 1000
COPY --chown=1000:1000 target_chains/solana/sdk/js/solana_utils target_chains/solana/sdk/js/solana_utils
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
COPY --chown=1000:1000 pythnet/message_buffer pythnet/message_buffer