This commit is contained in:
Ruslan Gladov 2024-06-30 22:07:39 +03:00
parent bee2993a9c
commit 48a97734ff

View file

@ -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