diff --git a/op/Dockerfile.wheel b/op/Dockerfile.wheel index 2b80d4de..b2b49581 100644 --- a/op/Dockerfile.wheel +++ b/op/Dockerfile.wheel @@ -20,7 +20,7 @@ git switch -c branch-$OP_VERSION WORKDIR /app/optimism/op-wheel # Build the op-wheel binary -RUN make build +RUN make op-wheel # Set the entrypoint to the op-wheel binary ENTRYPOINT ["./bin/op-wheel"]