Skip to content

Commit

Permalink
Fix op-geth-proxy docker target
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Nov 1, 2023
1 parent 6a6e4f5 commit 1039818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ target "op-program" {
}

target "op-geth-proxy" {
dockerfile = "Dockerfile"
context = "./op-geth-proxy"
dockerfile = "op-geth-proxy/Dockerfile"
context = "."
args = {
OP_STACK_GO_BUILDER = "op-stack-go"
}
Expand Down

0 comments on commit 1039818

Please sign in to comment.