diff --git a/tests/dockerfile/Dockerfile b/tests/dockerfile/Dockerfile index 1390debe..2ef42374 100755 --- a/tests/dockerfile/Dockerfile +++ b/tests/dockerfile/Dockerfile @@ -17,6 +17,8 @@ ADD althea.tar.gz / RUN pushd /althea/integration_tests && PATH=$PATH:$HOME/.cargo/bin cargo build --bin test-runner --release # generate artifacts for the ethereum contracts RUN pushd /althea/solidity/ && HUSKY_SKIP_INSTALL=1 npm install && npm run typechain +# generate artifacts for the dex contracts +RUN pushd /althea/solidity-dex/ && HUSKY_SKIP_INSTALL=1 npm install && npx hardhat compile # The althea bin now depends on the output of the contracts RUN pushd /althea && make contracts # build the althea chain binary