Test remote docker engine

This commit is contained in:
Kirill Fedoseev 2019-10-22 15:13:06 +03:00
parent 80b4914d71
commit 83f9b1c267
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@ WORKDIR /tss
COPY ./multi-party-ecdsa/Cargo.toml /tss/
COPY ./multi-party-ecdsa/src/lib.rs /tss/src/lib.rs
RUN ls /
RUN ls /tss
RUN ls /tss/src
RUN cargo build --release || true
COPY ./multi-party-ecdsa /tss/

View File

@ -2,6 +2,10 @@
set -e
ls .
ls ./src/tss
ls ./src/tss/multi-party-ecdsa
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