Skip to content

Commit

Permalink
fix op dockerfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Jul 1, 2024
1 parent 24f89ba commit 9441111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM ubuntu AS runtime
WORKDIR /app

# Copy reth over from the build stage
COPY --from=builder /app/bsc-reth /usr/local/bin
COPY --from=builder /app/op-reth /usr/local/bin

# Copy licenses
COPY LICENSE-* ./
Expand Down

0 comments on commit 9441111

Please sign in to comment.