diff --git a/src/tss/Dockerfile-local b/src/tss/Dockerfile-local index 659c39f..31e8515 100644 --- a/src/tss/Dockerfile-local +++ b/src/tss/Dockerfile-local @@ -13,8 +13,8 @@ COPY ./multi-party-ecdsa/Cargo.toml /tss/ COPY ./multi-party-ecdsa/src/lib.rs /tss/src/lib.rs RUN ls /tss -RUN cat /tss/Cargo.toml -RUN cargo check +RUN ls . +RUN pwd RUN cargo build --release || true diff --git a/tests/init.sh b/tests/init.sh index ae70f62..3604541 100755 --- a/tests/init.sh +++ b/tests/init.sh @@ -2,8 +2,6 @@ set -e -cat ./src/tss/multi-party-ecdsa/Cargo.toml - docker build -t tss -f ./src/tss/Dockerfile-local ./src/tss ./demo/start-environment.sh echo "FOREIGN_PRIVATE_KEY=$FOREIGN_PRIVATE_KEY" > ./src/test-services/.keys.$TARGET_NETWORK