Skip to content

Commit

Permalink
set test private key var before compiling with hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 12, 2024
1 parent 98df202 commit 92df00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN corepack enable
RUN rm -rf contracts/strategies/_poc/


RUN npx hardhat compile
# test private key required at hardhat load time
RUN env DEPLOYER_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 npx hardhat compile

EXPOSE 8545/tcp

0 comments on commit 92df00b

Please sign in to comment.