From 767129bb16677dd6f7b9aeb463c29c96afafb346 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 14 Mar 2025 13:24:36 +0100 Subject: [PATCH] add the wheel --- op/Dockerfile.wheel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]