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 70e84da commit ed6d3b0Copy full SHA for ed6d3b0
simulators/ethereum/rpc-compat/Dockerfile
@@ -19,6 +19,6 @@ FROM alpine:latest
19
ADD . /source
20
WORKDIR /source
21
COPY --from=builder /source/rpc-compat .
22
-COPY --from=builder /execution-apis/tests ./tests
+COPY --from=builder /execution-apis/tests/jsonrpc ./tests
23
24
ENTRYPOINT ["./rpc-compat"]
0 commit comments