From 5e623d8cb867a138884daba0c94d96327e281641 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Sun, 30 Jun 2024 21:05:57 +0300 Subject: [PATCH] New flow --- hardhat/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat/Dockerfile b/hardhat/Dockerfile index c5822f9efb..2476bc1686 100644 --- a/hardhat/Dockerfile +++ b/hardhat/Dockerfile @@ -9,10 +9,10 @@ COPY . /usr/src/app RUN npm install RUN npm install wait-on -COPY ./entrypoint.sh /usr/local/bin +COPY entrypoint.sh /usr/local/bin EXPOSE 8545 -RUN chmod +x ./entrypoint.sh/entrypoint.sh +RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"] \ No newline at end of file