Skip to content

Commit

Permalink
compile contracts in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 12, 2024
1 parent d00e9a0 commit 536577e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN curl -L https://foundry.paradigm.xyz | bash
RUN ~/.foundry/bin/foundryup

RUN /root/.foundry/bin/forge install
RUN ls lib/solady/src/auth/Ownable.sol
RUN rm -rf .git

# RUN bun install
Expand Down Expand Up @@ -40,7 +39,6 @@ ENV PATH="/root/.foundry/bin:$PATH"
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

RUN pnpm run build
RUN npx hardhat compile

EXPOSE 8545/tcp

0 comments on commit 536577e

Please sign in to comment.