diff --git a/hardhat/Dockerfile b/hardhat/Dockerfile index 6b7a5dd112..db1750cac6 100644 --- a/hardhat/Dockerfile +++ b/hardhat/Dockerfile @@ -9,10 +9,10 @@ COPY . /usr/src/app RUN npm install RUN npm install wait-on -COPY $PWD/entrypoint.sh /usr/local/bin +COPY go-ethereum/hardhat/entrypoint.sh /usr/local/bin EXPOSE 8545 -RUN chmod +x $PWD/entrypoint.sh +RUN chmod +x go-ethereum/hardhat/entrypoint.sh/entrypoint.sh ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"] \ No newline at end of file