Skip to content

Commit f320c2c

Browse files
author
Stan Drozd
committed
Dockerfile.pyth_relay: typo
1 parent 00f83bc commit f320c2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/pyth/p2w-relay/Dockerfile.pyth_relay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ RUN addgroup -S pyth -g 10001 && adduser -S pyth -G pyth -u 10001
99
RUN chown -R pyth:pyth .
1010
USER pyth
1111

12-
ADD --chown=pyth:pyth target-chains/ethereum/ target-chains/ethereum
12+
WORKDIR ${BASE_PATH}/target-chains/ethereum
13+
ADD --chown=pyth:pyth target-chains/ethereum/ .
1314
RUN npm install && npm run build
1415

1516
USER root

0 commit comments

Comments
 (0)