Skip to content

Commit

Permalink
Fix dockerfiles with clients moved
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyknox committed May 22, 2024
1 parent 5e4374a commit 7530b14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion retriever/cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY core /app/core
COPY api /app/api
COPY contracts /app/contracts
COPY disperser /app/disperser
COPY clients /app/clients
COPY node /app/node
COPY operators/churner /app/operators/churner
COPY indexer /app/indexer
Expand Down
1 change: 0 additions & 1 deletion synthetic-test-client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY ./test/synthetic-test /app
COPY go.mod /app
COPY go.sum /app
COPY api /app/api
COPY clients /app/clients
COPY node /app/node
COPY common /app/common
COPY operators/churner /app/operators/churner
Expand Down

0 comments on commit 7530b14

Please sign in to comment.