Skip to content

Commit ed6d3b0

Browse files
committed
sim/rpc-compat: adjust the path
Signed-off-by: jsvisa <[email protected]>
1 parent 70e84da commit ed6d3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulators/ethereum/rpc-compat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ FROM alpine:latest
1919
ADD . /source
2020
WORKDIR /source
2121
COPY --from=builder /source/rpc-compat .
22-
COPY --from=builder /execution-apis/tests ./tests
22+
COPY --from=builder /execution-apis/tests/jsonrpc ./tests
2323

2424
ENTRYPOINT ["./rpc-compat"]

0 commit comments

Comments
 (0)