Commit ecad3d03 authored by Will Cory's avatar Will Cory

🐛 fix: remove git dep from docker build

parent 30e76186
......@@ -10,8 +10,6 @@ COPY ./op-node /app/op-node
COPY ./go.mod /app/go.mod
COPY ./go.sum /app/go.sum
COPY ./.git /app/.git
WORKDIR /app/indexer
RUN go mod download
......
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