diff --git a/simulators/ethereum/rpc-compat/Dockerfile b/simulators/ethereum/rpc-compat/Dockerfile index d338a2c1ef..40c33549a5 100644 --- a/simulators/ethereum/rpc-compat/Dockerfile +++ b/simulators/ethereum/rpc-compat/Dockerfile @@ -19,6 +19,6 @@ FROM alpine:latest ADD . /source WORKDIR /source COPY --from=builder /source/rpc-compat . -COPY --from=builder /execution-apis/tests ./tests +COPY --from=builder /execution-apis/tests/jsonrpc ./tests ENTRYPOINT ["./rpc-compat"]