Skip to content

Commit

Permalink
ops: remove git dir from deployer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Oct 5, 2021
1 parent a5d1c74 commit b690575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ops/docker/Dockerfile.deployer
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ COPY --from=builder /optimism/packages/contracts/dist ./dist
COPY --from=builder /optimism/packages/contracts/*.json ./
COPY --from=builder /optimism/packages/contracts/node_modules ./node_modules
COPY --from=builder /optimism/packages/contracts/artifacts ./artifacts
COPY --from=builder /optimism/.git ./.git

# get non-build artifacts from the host
COPY packages/contracts/bin ./bin
Expand Down

0 comments on commit b690575

Please sign in to comment.