Skip to content

Commit

Permalink
sim/rpc-compat: adjust the path
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Sep 26, 2023
1 parent 70e84da commit ed6d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/rpc-compat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit ed6d3b0

Please sign in to comment.