Commit f31f4c04 authored by Mark Tyneway's avatar Mark Tyneway

op-migrate: fix docker setup

parent b0a70bb0
......@@ -5,6 +5,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
COPY ./op-chain-ops/docker.go.work /app/go.work
COPY ./op-chain-ops /app/op-chain-ops
COPY ./op-bindings /app/op-bindings
COPY ./op-node /app/op-node
WORKDIR /app/op-chain-ops
......
......@@ -3,4 +3,5 @@ go 1.18
use (
./op-bindings
./op-chain-ops
./op-node
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment