From 2cc37801dc0b27691b38e20a797cbd0a5ee42403 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Fri, 6 Dec 2024 13:13:10 -0300 Subject: [PATCH] revert: b9523371 --- Dockerfile.hardhat | 7 ------- docker-compose.yaml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile.hardhat b/Dockerfile.hardhat index a3702ac4..d22f4ef0 100644 --- a/Dockerfile.hardhat +++ b/Dockerfile.hardhat @@ -12,15 +12,8 @@ COPY yarn.lock /usr/app/yarn.lock COPY .yarn /usr/app/.yarn COPY .yarnrc.yml /usr/app/.yarnrc.yml COPY mocks /usr/app/mocks -COPY patches /usr/app/patches COPY copy_contracts.sh /usr/app/copy_contracts.sh -COPY packages /usr/app/packages -COPY subgraphs /usr/app/subgraphs -COPY hardhat.config.ts /usr/app/hardhat.config.ts -COPY deploy /usr/app/deploy WORKDIR /usr/app -RUN yarn - EXPOSE 8545 diff --git a/docker-compose.yaml b/docker-compose.yaml index 16e96112..47160730 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -37,7 +37,7 @@ services: command: - sh - -c - - yarn run node:integration + - yarn && yarn run node:integration # Installing again to link workspaces ports: - 8545:8545