[price-pusher] Fix docker problem (#720)

This commit is contained in:
Ali Behjati 2023-03-24 09:19:45 -05:00 committed by GitHub
parent 575cd7075e
commit 05649245fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ WORKDIR /home/node/
USER 1000
# local dependencies
COPY --chown=1000:1000 target_chains/ethereum/sdk/solidity target_chains/ethereum/sdk/solidity
COPY --chown=1000:1000 price_service/client/js price_service/client/js
COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js