We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575cd70 commit 0564924Copy full SHA for 0564924
price_pusher/Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /home/node/
7
USER 1000
8
9
# local dependencies
10
+COPY --chown=1000:1000 target_chains/ethereum/sdk/solidity target_chains/ethereum/sdk/solidity
11
COPY --chown=1000:1000 price_service/client/js price_service/client/js
12
COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js
13
0 commit comments