From d7dc3c3a01a975559c8e7a13ef430a07b17d542b Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Sun, 30 Jun 2024 21:46:33 +0300 Subject: [PATCH] New CI --- hardhat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat/Dockerfile b/hardhat/Dockerfile index 2476bc1686..512732d1d9 100644 --- a/hardhat/Dockerfile +++ b/hardhat/Dockerfile @@ -9,7 +9,7 @@ COPY . /usr/src/app RUN npm install RUN npm install wait-on -COPY entrypoint.sh /usr/local/bin +COPY ./hardhat/entrypoint.sh /usr/local/bin EXPOSE 8545