add the wheel

This commit is contained in:
Sebastian
2025-03-14 13:24:36 +01:00
parent c9ac737987
commit 767129bb16

View File

@@ -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"]