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 00f83bc commit f320c2cCopy full SHA for f320c2c
third_party/pyth/p2w-relay/Dockerfile.pyth_relay
@@ -9,7 +9,8 @@ RUN addgroup -S pyth -g 10001 && adduser -S pyth -G pyth -u 10001
9
RUN chown -R pyth:pyth .
10
USER pyth
11
12
-ADD --chown=pyth:pyth target-chains/ethereum/ target-chains/ethereum
+WORKDIR ${BASE_PATH}/target-chains/ethereum
13
+ADD --chown=pyth:pyth target-chains/ethereum/ .
14
RUN npm install && npm run build
15
16
USER root
0 commit comments