From ed558603a25ea9a1d11d1a0d42881bc024c8794f Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Tue, 06 Sep 2022 15:38:42 +0000 Subject: [PATCH] fix Dockerfile for testnet --- --- a/.docker/Dockerfile-testnet.j2 +++ b/.docker/Dockerfile-testnet.j2 @@ -31,8 +31,6 @@ WORKDIR /unique_parachain -COPY ../launch-config.yml ./launch-config.yml - RUN git clone -b {{ BRANCH }} https://github.com/UniqueNetwork/unique-chain.git && \ cd unique-chain && \ cargo build --features={{ FEATURE }} --$PROFILE -- gitstuff