mirror of
https://github.com/dl-solarity/hardhat-zkit.git
synced 2026-01-10 08:18:04 -05:00
* 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>
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker build -t hardhat-zkit --progress=plain .
|
|
docker run --rm hardhat-zkit test-local
|