This commit is contained in:
Ruslan Gladov 2024-06-30 20:56:43 +03:00
parent 2c9ff61c30
commit 397d4f92f9

View file

@ -9,10 +9,10 @@ COPY . /usr/src/app
RUN npm install RUN npm install
RUN npm install wait-on RUN npm install wait-on
COPY $PWD/entrypoint.sh /usr/local/bin COPY go-ethereum/hardhat/entrypoint.sh /usr/local/bin
EXPOSE 8545 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"] ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]