Files
hardhat-zkit/scripts/test-docker.sh
Mllw Chrry f9009fd280 Tests dockerization (#48)
* add tests dockerization

* fixed compile with library test

* made Dockerfile dynamic

* removed dockerized coverage

* removed alpine, dockerized coverage

* moved test-docker command to script

* try to improve docker

* update dockerignore

---------

Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
2024-11-01 13:44:08 +02:00

5 lines
109 B
Bash

#!/usr/bin/env bash
docker build -t hardhat-zkit --progress=plain .
docker run --rm hardhat-zkit test-local