github.com/turingchain2020/turingchain@v1.1.21/build/autotest/gitlabci/Dockerfile-autotest (about) 1 FROM ubuntu:16.04 2 3 WORKDIR /root 4 COPY turingchain ./ 5 COPY turingchain-cli ./ 6 COPY autotest ./ 7 COPY *.toml ./ 8 9 CMD ["/root/turingchain", "-f", "/root/turingchain.toml"]