From 48a97734ffff27892e2c9bc08acc7025213c5c38 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Sun, 30 Jun 2024 22:07:39 +0300 Subject: [PATCH] New CI --- hardhat/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat/Dockerfile b/hardhat/Dockerfile index 3d125c6071..eac86b95fb 100644 --- a/hardhat/Dockerfile +++ b/hardhat/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /usr/src/app COPY . /usr/src/app RUN npm install --save-dev hardhat + RUN npm install wait-on COPY ./hardhat/entrypoint.sh /usr/local/bin