Skip to content

Commit

Permalink
revert: b952337
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 6, 2024
1 parent a0f7c89 commit 2cc3780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.hardhat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cc3780

Please sign in to comment.